diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e239e9..b14962a 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: v2.3.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -9,7 +9,7 @@ repos: - id: pretty-format-json args: [--autofix] - repo: https://github.com/ansible/ansible-lint - rev: v4.2.0 + rev: v24.10.0 hooks: - id: ansible-lint files: packer/.*\.(yaml|yml)$