Skip to content

Commit

Permalink
Update pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Feb 19, 2024
1 parent f736db8 commit abe1055
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/[email protected]

0 comments on commit abe1055

Please sign in to comment.