Skip to content

Commit e40006e

Browse files
committed
Fix pre-commit GH action version
1 parent 1ee5ba3 commit e40006e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: "${{ github.event.inputs.revision || github.ref }}"
4141

4242
- name: Pre-commit
43-
uses: pre-commit/action@v3
43+
uses: pre-commit/action@v3.0.1
4444

4545
- name: Get version slug
4646
id: slug

0 commit comments

Comments
 (0)