Skip to content

Commit 08ce680

Browse files
chore(deps): update pre-commit hooks
1 parent 32d6d9d commit 08ce680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ repos:
3636
- id: reuse-lint-file
3737

3838
- repo: https://github.com/crate-ci/typos
39-
rev: v1.40.0
39+
rev: v1.41.0
4040
hooks:
4141
- id: typos
4242

4343
# zizmor detects security vulnerabilities in GitHub Actions workflows.
4444
- repo: https://github.com/woodruffw/zizmor-pre-commit
45-
rev: v1.18.0
45+
rev: v1.19.0
4646
hooks:
4747
- id: zizmor
4848

4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: 0.35.0
50+
rev: 0.36.0
5151
hooks:
5252
- id: check-github-workflows
5353
args: ["--verbose"]
@@ -60,7 +60,7 @@ repos:
6060
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
6161
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
6262
- repo: https://github.com/rhysd/actionlint
63-
rev: v1.7.9
63+
rev: v1.7.10
6464
hooks:
6565
- id: actionlint
6666
language: golang

0 commit comments

Comments
 (0)