Skip to content

Commit

Permalink
Update actions/setup-python action to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 7e1ce4e commit 2aecacc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.4.0

- uses: azure/setup-helm@v4

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.4.0

- name: Helm common repo
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.4.0

- uses: azure/setup-helm@v4
with:
Expand Down

0 comments on commit 2aecacc

Please sign in to comment.