Skip to content

Commit 65c0f3f

Browse files
committed
Bump tflint version
1 parent cd3c0b9 commit 65c0f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
- uses: hashicorp/setup-terraform@v3
1515
with:
16-
terraform_version: "1.7.0"
16+
terraform_version: "1.9.0"
1717

1818
- name: Terraform Format Check
1919
run: terraform fmt -check -recursive
2020

2121
- uses: terraform-linters/setup-tflint@v4
2222
with:
23-
tflint_version: v0.50.0
23+
tflint_version: v0.53.0
2424

2525
- name: TFLint
2626
run: |
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: hashicorp/setup-terraform@v3
3737
with:
38-
terraform_version: "1.7.0"
38+
terraform_version: "1.9.0"
3939

4040
- name: Terraform Init
4141
run: |

0 commit comments

Comments
 (0)