From 89f9360e80a0e9c7b6935d36d8691cca4b1206a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:55:41 +0000 Subject: [PATCH] chore(deps): bump terraform-linters/setup-tflint from 3.1.1 to 4.0.0 Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/a5a1af8c6551fb10c53f1cd4ba62359f1973746f...19a52fbac37dacb22a09518e4ef6ee234f2d4987) --- 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/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 546d657..ea7707d 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -44,7 +44,7 @@ jobs: path: ~/.tflint.d/plugins key: tflint-${{ hashFiles('.tflint.hcl') }} - name: setup tflint - uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1 + uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0 - name: tflint init run: tflint --init - name: tflint validate