File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
container : hashicorp/terraform
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Terraform Format Check
24
24
run : terraform fmt -check -recursive -diff
25
25
32
32
}
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Terraform Init
37
37
run : terraform init -upgrade
38
38
working-directory : ${{ matrix.dir }}
56
56
- 4566:4566
57
57
steps :
58
58
- name : Checkout repository
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
- name : Terraform Init
61
61
run : terraform init -upgrade
62
62
working-directory : ${{ matrix.dir }}
73
73
}
74
74
steps :
75
75
- name : Check out repository
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
- name : Run infracost diff
78
78
uses : infracost/infracost-gh-action@master
79
79
env :
You can’t perform that action at this time.
0 commit comments