diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6fe46d6457..fdf8defb4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,13 +63,13 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.22.0 + rev: v8.23.0 hooks: - id: eslint stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.17.1 + rev: 0.18.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"