Skip to content

Commit

Permalink
ci: update actions/setup-python action to v5 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot committed Mar 19, 2024
1 parent 53849aa commit 26bd084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
labels: ${{ steps.metadata.outputs.labels }}

- name: Set up Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.10.8 # renovate: python

Expand Down

0 comments on commit 26bd084

Please sign in to comment.