Skip to content

Commit f0c774f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.21.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.21.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.36.2](python-jsonschema/check-jsonschema@0.33.3...0.36.2) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.11](rhysd/actionlint@v1.7.7...v1.7.11)
1 parent c33bcec commit f0c774f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
repos:
55
- repo: https://github.com/adrienverge/yamllint
6-
rev: "v1.37.1"
6+
rev: "v1.38.0"
77
hooks:
88
- id: yamllint
99
- repo: https://github.com/DavidAnson/markdownlint-cli2
10-
rev: "v0.18.1"
10+
rev: "v0.21.0"
1111
hooks:
1212
- id: markdownlint-cli2
1313
require_serial: true
1414
- repo: https://github.com/python-jsonschema/check-jsonschema
15-
rev: "0.33.3"
15+
rev: "0.36.2"
1616
hooks:
1717
- id: check-github-actions
1818
- id: check-github-workflows
1919
- repo: https://github.com/rhysd/actionlint
20-
rev: "v1.7.7"
20+
rev: "v1.7.11"
2121
hooks:
2222
- id: actionlint-docker
2323
entry: docker.io/rhysd/actionlint:1.6.26

0 commit comments

Comments
 (0)