From 87b4772bfb785902efa8f9b13edfe1b3ced9adf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:06:50 +0000 Subject: [PATCH] Bump terraform-linters/setup-tflint from 3 to 4 Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 3 to 4. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/v3...v4) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tflint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index 0cd37af..b135fa0 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 name: Checkout source code - - uses: terraform-linters/setup-tflint@v3 + - uses: terraform-linters/setup-tflint@v4 name: Setup TFLint - name: Run TFLint