diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9464af3..9fa4be5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: detect-secrets args: ["--baseline", ".secrets.baseline"] - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.94.2 + rev: v1.96.0 hooks: - id: terraform_fmt - id: terraform_validate @@ -29,7 +29,7 @@ repos: hooks: - id: check-github-actions - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.17.0 + rev: v9.18.0 hooks: - id: commitlint additional_dependencies: ['@commitlint/config-conventional']