Skip to content

Commit

Permalink
Merge pull request #417 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Upgrade GitHub Action
  • Loading branch information
roekatz committed May 8, 2023
2 parents 5f18bd5 + 056ecd3 commit 9d137b3
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/action@v3.0.0

0 comments on commit 9d137b3

Please sign in to comment.