Skip to content

Commit 1fee34c

Browse files
committed
chore: pre-commit autoupdate
1 parent c1f8492 commit 1fee34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -20,15 +20,15 @@ repos:
2020
exclude: examples/ignore/example-ignore.md
2121

2222
- repo: https://github.com/adrienverge/yamllint
23-
rev: v1.30.0
23+
rev: v1.37.1
2424
hooks:
2525
- id: yamllint
2626
args:
2727
- --config-file=.yamllint
2828
- --strict
2929

3030
- repo: https://github.com/rhysd/actionlint
31-
rev: v1.6.23
31+
rev: v1.7.7
3232
hooks:
3333
- id: actionlint-docker
3434

0 commit comments

Comments
 (0)