From 7dfbc29ad1ffdcf667d4ebfdae494f4da1b3d956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:08:43 +0000 Subject: [PATCH] Update terraform-linters/setup-tflint action to v6.3.0 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 00d43896b..b24fe8e1b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: - name: install terraform uses: hashicorp/setup-terraform@v4.0.1 - name: install tflint - uses: terraform-linters/setup-tflint@v6.2.2 + uses: terraform-linters/setup-tflint@v6.3.0 with: github-token: ${{ secrets.TFLINT_GITHUB_TOKEN }} - name: checkout