From 194a84415cd828b8232a93b2e9cc00124e24dd77 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:42:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v4.8.0 --- .github/workflows/retrieve-image-tags.yml | 2 +- .github/workflows/validate-retrieve-image-tags-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/retrieve-image-tags.yml b/.github/workflows/retrieve-image-tags.yml index 42332a7c38..d906e42848 100644 --- a/.github/workflows/retrieve-image-tags.yml +++ b/.github/workflows/retrieve-image-tags.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 + - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: python-version: '3.10' cache: 'pip' # caching pip dependencies diff --git a/.github/workflows/validate-retrieve-image-tags-config.yml b/.github/workflows/validate-retrieve-image-tags-config.yml index a202ba575e..723997e4cf 100644 --- a/.github/workflows/validate-retrieve-image-tags-config.yml +++ b/.github/workflows/validate-retrieve-image-tags-config.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Validate JSON run: jq type retrieve-image-tags/config.json - - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 + - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: python-version: '3.10' cache: 'pip' # caching pip dependencies