diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c2ea89..bde1cf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,18 +11,18 @@ repos: - id: check-yaml name: Check YAML files with check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.4 hooks: - id: check-github-workflows name: Check GitHub Actions workflows with check-jsonschema args: ["--verbose"] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.29.0 hooks: - id: zizmor name: Check GitHub Actions workflows with zizmor - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.5.3 + rev: 44.8.0 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator