Skip to content

Commit

Permalink
Fix pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 28, 2023
1 parent 2389499 commit e91eed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0

0 comments on commit e91eed0

Please sign in to comment.