Skip to content

Commit 648b6e5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/action@v3.0.0
38+
uses: pre-commit/action@v3.0.1
3939
- name: Make patch
4040
if: failure()
4141
run: git diff > ~/pre-commit.patch

0 commit comments

Comments
 (0)