Skip to content

Commit 56d6df1

Browse files
authored
Merge pull request #4 from Cyclenerd/dependabot/github_actions/terraform-linters/setup-tflint-4
Bump terraform-linters/setup-tflint from 3 to 4
2 parents 3f6e95a + 6424061 commit 56d6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: terraform fmt -recursive -check -diff -no-color
2121
# https://github.com/marketplace/actions/setup-tflint
2222
- name: Lint
23-
uses: terraform-linters/setup-tflint@v3
23+
uses: terraform-linters/setup-tflint@v4
2424
with:
2525
tflint_version: latest
2626
- id: tflint

0 commit comments

Comments
 (0)