Skip to content

Commit d7edca8

Browse files
Lock file maintenance non-major
1 parent d914829 commit d7edca8

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Terraform
2929
uses: hashicorp/setup-terraform@v3
3030
with:
31-
terraform_version: 1.7.4
31+
terraform_version: 1.10.2
3232

3333
- name: terraform init
3434
run: terraform init -backend=false
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Terraform
5959
uses: hashicorp/setup-terraform@v3
6060
with:
61-
terraform_version: 1.7.4
61+
terraform_version: 1.10.2
6262

6363
- name: Terraform init
6464
run: terraform init -backend=false
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
7070
github_token: ${{ github.token }}
71-
tflint_version: v0.50.3
71+
tflint_version: v0.54.0
7272

7373
- name: Init TFLint
7474
run: tflint --init

0 commit comments

Comments
 (0)