Skip to content

Commit

Permalink
ci: update actions/setup-python action to v4 (#121)
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 Jul 17, 2022
1 parent 960f139 commit 543d28e
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@v3.1.2
uses: actions/setup-python@v4.1.0
with:
python-version: 3.10.5 # renovate: python

Expand Down

0 comments on commit 543d28e

Please sign in to comment.