From ed68c21896794b178f8e1a017554280e0c4c3eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:35:28 +0000 Subject: [PATCH] Bump terraform-linters/setup-tflint from 5 to 6 Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 5 to 6. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/v5...v6) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 db57e8f..0682cc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # https://github.com/marketplace/actions/setup-tflint - name: Lint - uses: terraform-linters/setup-tflint@v5 + uses: terraform-linters/setup-tflint@v6 with: tflint_version: latest - id: tflint