Skip to content

Commit

Permalink
Update actions/setup-python action to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent ba33dc0 commit 4fa1b04
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 @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

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

- uses: azure/setup-helm@v4
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
token: ${{ env.GH_TOKEN }}

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.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.3.0

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

0 comments on commit 4fa1b04

Please sign in to comment.