From ecb35c473054c5667c3f9ed2e92635fb95a78aa0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 6 Dec 2023 12:33:36 +0000 Subject: [PATCH 1/2] chore(deps): update actions/setup-python action to v5 --- .github/workflows/common_library_tests.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 584252eb..cb098478 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -35,7 +35,7 @@ jobs: with: version: ${{ matrix.helm-version }} - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: "3.10" @@ -146,7 +146,7 @@ jobs: with: version: ${{ matrix.helm-version }} - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: "3.10" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b3f36348..12e6b100 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up Python 3.9 - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: 3.9 - name: Install dependencies From ccce227e18683e5254ae468a18e5e555daf40c95 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 7 Dec 2023 18:27:47 +0000 Subject: [PATCH 2/2] chore(deps): update actions/stale action to v9 --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 877897ac..09bba236 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check for stale issues and PRs - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8 + uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: repo-token: ${{ secrets.BOT_TOKEN }} days-before-issue-stale: 180