Skip to content

Commit a25b1c0

Browse files
chore(deps): update pre-commit hooks
1 parent efaa168 commit a25b1c0

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
@@ -23,18 +23,18 @@ repos:
2323
- id: reuse-lint-file
2424

2525
- repo: https://github.com/crate-ci/typos
26-
rev: v1.43.1
26+
rev: v1.44.0
2727
hooks:
2828
- id: typos
2929

3030
# zizmor detects security vulnerabilities in GitHub Actions workflows.
3131
- repo: https://github.com/woodruffw/zizmor-pre-commit
32-
rev: v1.22.0
32+
rev: v1.23.0
3333
hooks:
3434
- id: zizmor
3535

3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.36.1
37+
rev: 0.37.0
3838
hooks:
3939
- id: check-github-workflows
4040
args: ["--verbose"]
@@ -45,7 +45,7 @@ repos:
4545
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
4646
# Some additional configuration for `actionlint` can be added in `.github/actionlint.yaml` (this file can be created if it doesn't exist yet).
4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.10
48+
rev: v1.7.11
4949
hooks:
5050
- id: actionlint
5151
language: golang

0 commit comments

Comments
 (0)