diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 522cce9..9d12cc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v5.3.2 + rev: v6.0.2 hooks: - id: ansible-lint name: Check ansible files (ansible-lint) @@ -45,7 +45,7 @@ repos: types: [markdown] - id: docker-shell-shfmt name: Run shfmt with docker - entry: mvdan/shfmt:v3.3.0 -d -i 2 -ci + entry: mvdan/shfmt:v3.4.3 -d -i 2 -ci language: docker_image types: [shell] - id: docker-shell-lint