Skip to content

Commit

Permalink
Merge pull request #18 from mrtolkien/renovate/actions-setup-python-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v4
  • Loading branch information
mrtolkien committed Nov 20, 2022
2 parents b151bd1 + db7c91e commit 16fa438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
# Pylint needs to be installed locally, pre-commit can't handle it
Expand Down

0 comments on commit 16fa438

Please sign in to comment.