diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 474b16a9ed305c7f376eb0f957e942c8d51f49c9..d4b736c0f5329bf08e9be46892405ff153fa223b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/ansible/ansible-lint.git - rev: v4.3.5 + rev: v5.4.0 hooks: - id: ansible-lint files: \.(yaml|yml)$