Skip to content

Commit 648b6e5

Browse files
authored
Merge pull request #8936 from dhalbert/update-pre-commit-action
Use pre-commit/[email protected] to get Node.js 20 support
2 parents 02a4886 + 50a075e commit 648b6e5

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)