File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
container : hashicorp/terraform
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v2
9
+ uses : actions/checkout@v3
10
10
- run : terraform fmt -check -recursive -diff
11
11
12
12
validate :
13
13
runs-on : ubuntu-latest
14
14
container : hashicorp/terraform
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Terraform Init
19
19
run : terraform init
20
20
working-directory : examples/test
27
27
container : hashicorp/terraform
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
- name : Terraform Init
32
32
run : terraform init
33
33
working-directory : examples/test
40
40
name : Show infracost diff
41
41
steps :
42
42
- name : Check out repository
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v3
44
44
- name : Run infracost diff
45
45
uses : infracost/infracost-gh-action@master
46
46
env :
You can’t perform that action at this time.
0 commit comments