Skip to content

Commit 2d3bf78

Browse files
committed
fix pre-commit ver
1 parent c1f0d72 commit 2d3bf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: pre-commit/action@v4.5.0
14+
- uses: pre-commit/action@vv3.0.1
1515
with:
1616
extra_args: --all-files

0 commit comments

Comments
 (0)