From 2711b8cf6800860807c2645fffd1e28a11bcaeef Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Tue, 31 Dec 2024 04:24:09 +0000 Subject: [PATCH] chore(deps): update dependency terraform-linters/setup-tflint to v4.1 (.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 731fbc7..0d35fc1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -46,7 +46,7 @@ jobs: with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v4.0.0 + - uses: terraform-linters/setup-tflint@v4.1 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl