Skip to content

Commit

Permalink
GitHub Actions: Upgrade setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 3, 2022
1 parent 6891a67 commit 5d173af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]

0 comments on commit 5d173af

Please sign in to comment.