From 8c0adb85cfaa0c0ebe2da60a2f3948999ea8799a Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Fri, 11 Apr 2025 04:26:33 +0000 Subject: [PATCH] chore(deps): update terraform-linters/setup-tflint action to v4.1.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 07e47a8..5ffa199 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@v4 + - uses: terraform-linters/setup-tflint@v4.1.1 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl