diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a12bf6c..32223c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: detect-secrets args: ["--baseline", ".secrets.baseline"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows - id: check-github-actions @@ -32,7 +32,7 @@ repos: stages: [commit-msg] additional_dependencies: ['@commitlint/config-conventional'] - repo: https://github.com/ansible-community/ansible-lint - rev: v6.20.0 + rev: v6.20.3 hooks: - id: ansible-lint args: ["--exclude", ".github"]