diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5308e3a..fea0d55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml name: Check YAML files with check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.36.1 hooks: - id: check-github-workflows name: Check GitHub Actions workflows with check-jsonschema @@ -22,7 +22,7 @@ repos: - id: zizmor name: Check GitHub Actions workflows with zizmor - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.84.0 + rev: 42.95.1 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator