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 66 container : hashicorp/terraform
77 steps :
88 - name : Checkout repository
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v3
1010 - run : terraform fmt -check -recursive -diff
1111
1212 validate :
1313 runs-on : ubuntu-latest
1414 container : hashicorp/terraform
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Terraform Init
1919 run : terraform init
2020 working-directory : examples/test
2727 container : hashicorp/terraform
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 - name : Terraform Init
3232 run : terraform init
3333 working-directory : examples/test
4040 name : Show infracost diff
4141 steps :
4242 - name : Check out repository
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v3
4444 - name : Run infracost diff
4545 uses : infracost/infracost-gh-action@master
4646 env :
You can’t perform that action at this time.
0 commit comments