diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e9a7296..e202e190 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: commitlint - id: commitlint-ci - repo: https://github.com/rubocop-hq/rubocop - rev: v1.77.0 + rev: v1.78.0 hooks: - id: rubocop name: Check Ruby files with rubocop @@ -105,7 +105,7 @@ repos: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.1 + rev: 0.33.2 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema