Skip to content

Commit 3ae29b2

Browse files
authored
Merge pull request #263 from bgilbert/precommit
workflows: update pre-commit action to 3.0.1
2 parents 89e705b + cd284c4 commit 3ae29b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.12'
3030
- name: Run pre-commit hooks
31-
uses: pre-commit/[email protected].0
31+
uses: pre-commit/[email protected].1
3232
- name: Define artifact paths
3333
id: paths
3434
run: |

0 commit comments

Comments
 (0)