From 4c74e3654bb2c3489a0e139ed27e81cae80286e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:09:52 +0000 Subject: [PATCH] Update terraform-linters/setup-tflint action to v6.2.2 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a58489a..e95ac4c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -29,7 +29,7 @@ jobs: working-directory: ${{env.WORKING_DIR}} - name: Setup Tflint - uses: terraform-linters/setup-tflint@v6.2.1 + uses: terraform-linters/setup-tflint@v6.2.2 with: tflint_wrapper_enabled: true