Skip to content

Commit

Permalink
workflows: update pre-commit action to 3.0.1
Browse files Browse the repository at this point in the history
Fix deprecation warning for Node.js 16.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Mar 10, 2024
1 parent 89e705b commit cd284c4
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/[email protected].0
uses: pre-commit/[email protected].1
- name: Define artifact paths
id: paths
run: |
Expand Down

0 comments on commit cd284c4

Please sign in to comment.