Skip to content

Commit

Permalink
Merge pull request #25 from matlads/dependabot/github_actions/pre-com…
Browse files Browse the repository at this point in the history
…mit/action-3.0.0

Bump pre-commit/action from 2.0.3 to 3.0.0
  • Loading branch information
matlads authored Oct 19, 2023
2 parents 339da92 + 4f8dbf2 commit 70d6110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Getting only staged files can be tricky in case a new PR is opened
# since the action is run on a branch in detached head state
- name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

# With no caching at all the entire ci process takes 4m 30s to complete!
pytest:
Expand Down

0 comments on commit 70d6110

Please sign in to comment.