Skip to content

Commit c4d96d3

Browse files
Update terraform-linters/setup-tflint action to v5
1 parent c4747d3 commit c4d96d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
path: ~/.tflint.d/plugins
3333
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
34-
- uses: terraform-linters/setup-tflint@v4
34+
- uses: terraform-linters/setup-tflint@v5
3535
name: Setup TFLint
3636
- name: Init TFLint
3737
run: tflint --init --config tflint.hcl

0 commit comments

Comments
 (0)