Skip to content

Commit

Permalink
Merge pull request #263 from bgilbert/precommit
Browse files Browse the repository at this point in the history
workflows: update pre-commit action to 3.0.1
  • Loading branch information
bgilbert authored Mar 10, 2024
2 parents 89e705b + cd284c4 commit 3ae29b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: '3.12'
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3.0.1
- name: Define artifact paths
id: paths
run: |
Expand Down

0 comments on commit 3ae29b2

Please sign in to comment.