From 84ec097927c03c27158de2c8529e6ceaab4e4cb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:59:41 +0000 Subject: [PATCH] Update terraform-linters/setup-tflint action to v4 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a95bf4d..6bf8427 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: path: ~/.tflint.d/plugins key: tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v1 + - uses: terraform-linters/setup-tflint@v4 name: Setup TFLint - name: Show version