fix: Update CI workflow versions to remove deprecated runtime warnings (#2956)

This commit is contained in:
Bryant Biggs
2024-03-06 21:30:34 -05:00
committed by GitHub
parent 19b79df055
commit d14cc925c4
6 changed files with 37 additions and 20 deletions

View File

@@ -3,7 +3,6 @@ repos:
rev: v1.88.0
hooks:
- id: terraform_fmt
- id: terraform_validate
- id: terraform_docs
args:
- '--args=--lockfile=false'
@@ -22,6 +21,8 @@ repos:
- '--args=--only=terraform_required_providers'
- '--args=--only=terraform_standard_module_structure'
- '--args=--only=terraform_workspace_remote'
- '--args=--only=terraform_unused_required_providers'
- id: terraform_validate
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks: