diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3572484..b866f25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: name: Check trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.28.0 + rev: v1.29.0 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v6.10.0 + rev: v6.12.1 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)