We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4700f78 commit 5a92e4bCopy full SHA for 5a92e4b
1 file changed
.pre-commit-config.yaml
@@ -74,7 +74,7 @@ repos:
74
- id: reuse-lint-file
75
76
- repo: https://github.com/crate-ci/typos
77
- rev: v1.44.0
+ rev: v1.45.0
78
hooks:
79
- id: typos
80
@@ -112,7 +112,7 @@ repos:
112
- id: zizmor
113
114
- repo: https://github.com/python-jsonschema/check-jsonschema
115
- rev: 0.37.0
+ rev: 0.37.1
116
117
- id: check-github-workflows
118
args: ["--verbose"]
@@ -125,7 +125,7 @@ repos:
125
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
126
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
127
- repo: https://github.com/rhysd/actionlint
128
- rev: v1.7.11
+ rev: v1.7.12
129
130
- id: actionlint
131
language: golang
0 commit comments