Skip to content

Commit 50a075e

Browse files
committed
.github/workflows/pre-commit.yml: update pre-commit/action version
1 parent 02a4886 commit 50a075e

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
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y gettext uncrustify
3737
- name: Run pre-commit
38-
uses: pre-commit/[email protected].0
38+
uses: pre-commit/[email protected].1
3939
- name: Make patch
4040
if: failure()
4141
run: git diff > ~/pre-commit.patch

0 commit comments

Comments
 (0)