Skip to content

Commit

Permalink
Merge pull request #816 from rancher/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5.4.0
  • Loading branch information
thomasferrandiz authored Jan 29, 2025
2 parents 225f90e + 3485d95 commit 68ee84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/retrieve-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-retrieve-image-tags-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Validate JSON
run: jq type retrieve-image-tags/config.json
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit 68ee84e

Please sign in to comment.