Skip to content

Commit 834bbcc

Browse files
authored
Update the pre-commit action to v3.0.1 (#467)
* Update the pre-commit action * Update pre-commmit action to v3.0.1
1 parent dc47a9e commit 834bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
jlpm install
3232
3333
- name: Run pre-commit
34-
uses: pre-commit/action@v2.0.0
34+
uses: pre-commit/action@v3.0.1
3535
with:
3636
extra_args: --all-files --hook-stage=manual
3737

0 commit comments

Comments
 (0)