Skip to content

Commit

Permalink
ci: update actions/setup-python action to v5.3.0 (#762)
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 Oct 29, 2024
1 parent b5e2890 commit 30233f2
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.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.13.0 # 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.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.13.0 # renovate: python

Expand Down

0 comments on commit 30233f2

Please sign in to comment.