diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 981deae..6874429 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.47.0 + rev: v1.50.0 hooks: # - id: terraform_validate - id: terraform_fmt @@ -10,7 +10,7 @@ repos: exclude: version.tf - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.0.1 hooks: - id: check-symlinks - id: detect-aws-credentials