From 26ca5b2cdeaf8ff5652eb2192bc1142e4da0d132 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:37:15 +0000 Subject: [PATCH] chore(deps): update dependency terraform-linters/setup-tflint to v4 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d72e004..54d5394 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -44,7 +44,7 @@ jobs: with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v3.1.1 + - uses: terraform-linters/setup-tflint@v4.1.1 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl