diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3c451352..c1ac30725 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,13 +64,13 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.19.0 + rev: v8.20.0 hooks: - id: eslint stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.17.0 + rev: 0.17.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"