Skip to content

Commit 17a5c17

Browse files
authored
Merge pull request #3 from Cyclenerd/dependabot/github_actions/terraform-linters/setup-tflint-4
Bump terraform-linters/setup-tflint from 3 to 4
2 parents e8210bd + 33a5c00 commit 17a5c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)