Skip to content

Commit

Permalink
ci: update actions/setup-python action to v5.4.0 (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
sebastien-prudhomme and renovate-bot authored Jan 29, 2025
1 parent eca4268 commit 5a5dbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: ${{ matrix.helm }}

- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.13.1 # renovate: python

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
version: v3.12.3 # renovate: helm

- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.13.1 # renovate: python

Expand Down

0 comments on commit 5a5dbe4

Please sign in to comment.