From 4bb2d641a06da33911919bbc8aa986c86ab2be28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:56:45 +0000 Subject: [PATCH] Update terraform-linters/setup-tflint action to v5 --- .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..84a3829 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@v5 name: Setup TFLint with: tflint_version: v0.51.2