File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [ master ]
66
7- env :
8- TERRAFORM_VERSION : 1.5.6
9-
107defaults :
118 run :
129 working-directory : example
@@ -16,12 +13,10 @@ jobs:
1613 runs-on : ubuntu-latest
1714
1815 steps :
19- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
2017
21- - name : Setup terraform ${{ env.TERRAFORM_VERSION }}
22- uses : hashicorp/setup-terraform@v2
23- with :
24- terraform_version : ${{ env.TERRAFORM_VERSION }}
18+ - name : Setup Terraform CLI
19+ uses : hashicorp/setup-terraform@v3
2520
2621 - name : terraform fmt
2722 run : terraform fmt -check
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [ master ]
66
7- env :
8- TERRAFORM_VERSION : 1.5.6
9-
107jobs :
118 validate :
129 runs-on : ubuntu-latest
1310
1411 steps :
1512 - uses : actions/checkout@v3
1613
17- - name : Setup terraform ${{ env.TERRAFORM_VERSION }}
14+ - name : Setup Terraform CLI
1815 uses : hashicorp/setup-terraform@v2
19- with :
20- terraform_version : ${{ env.TERRAFORM_VERSION }}
2116
2217 - name : terraform fmt
2318 run : terraform fmt -check
You can’t perform that action at this time.
0 commit comments