From e28c56c7cf36cea527f9ec12bdf0a1a6515c8e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:04:42 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20terraform-linters/setu?= =?UTF-8?q?p-tflint=20(v4.0.0=20=E2=86=92=20v6.2.1)=20(#356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform-lint-fix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index b6a592b..3ed78d2 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -147,7 +147,7 @@ runs: - name: Setup TFLint if: steps.check-files.outputs.found == 'true' - uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0 + uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1 with: tflint_version: ${{ inputs.tflint-version }}