diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index f4d0673..aa520ac 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -23,7 +23,7 @@ jobs: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ matrix.terraform }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3609ac..8314a81 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.83.4 + rev: v1.86.0 hooks: - id: terraform_fmt - id: terraform_validate @@ -14,7 +14,7 @@ repos: args: - '--args=--lockfile=false' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: trailing-whitespace diff --git a/.tflint.hcl b/.tflint.hcl index bf9a5a2..a9755aa 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -4,6 +4,6 @@ config { plugin "aws" { enabled = true - version = "0.23.1" + version = "0.28.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }