diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2364e1..e0a1c46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.20.8 + rev: v1.21.0 hooks: - id: typos args: ['--write-changes', '--config', '.typos.toml'] - repo: https://github.com/rhysd/actionlint - rev: v1.6.27 + rev: v1.7.0 hooks: - id: actionlint @@ -43,7 +43,7 @@ repos: # TERRAFORM # ============================================================================ - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.88.4 + rev: v1.89.1 hooks: - id: terraform_fmt @@ -56,6 +56,6 @@ repos: - id: docker-compose-check - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.0-beta hooks: - id: hadolint \ No newline at end of file