From 45c2b39497dd70ffc835918052a98afcc181d3aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 05:07:43 +0000 Subject: [PATCH] Update terraform-linters/setup-tflint action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a6155..5d4f0f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: path: ~/.tflint.d/plugins key: ${{ runner.os }}-tflint-${{ hashFiles('**/.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v4 + - uses: terraform-linters/setup-tflint@v6 name: Setup TFLint with: tflint_version: v0.51.2