diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e31a045..a5bbd0d 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.83.5 + rev: v1.83.6 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.8.0 + rev: v9.9.0 hooks: - id: commitlint additional_dependencies: ['@commitlint/config-conventional']