Skip to content

Commit ff3d451

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/google/yamlfmt: v0.16.0 → v0.21.0](google/yamlfmt@v0.16.0...v0.21.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10)
1 parent d99cc74 commit ff3d451

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Standard hooks
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-case-conflict
@@ -29,13 +29,13 @@ repos:
2929
- id: fix-byte-order-marker
3030
# Format YAML files
3131
- repo: https://github.com/google/yamlfmt
32-
rev: v0.16.0
32+
rev: v0.21.0
3333
hooks:
3434
- id: yamlfmt
3535
exclude: "^(.github/workflows/archive/.*|scripts/.*)"
3636
# Linting for GitHub Actions workflows
3737
- repo: https://github.com/rhysd/actionlint
38-
rev: v1.7.7
38+
rev: v1.7.10
3939
hooks:
4040
- id: actionlint
4141
exclude: "^.github/workflows/archive/.*"

0 commit comments

Comments
 (0)