diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ee452a..9de435b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,6 +8,6 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/ansible/ansible-lint - rev: v6.12.1 + rev: v24.5.0 hooks: - id: ansible-lint