File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 - name : Terraform min/max versions
1515 id : minMax
16- uses : clowdhaus/terraform-min-max@v1.0.4
16+ uses : clowdhaus/terraform-min-max@v1.3.2
1717 - name : Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
18- uses : clowdhaus/terraform-composite-actions/pre-commit@v1.4 .1
18+ uses : clowdhaus/terraform-composite-actions/pre-commit@v1.11 .1
1919 with :
2020 terraform-version : ${{ steps.minMax.outputs.maxVersion }}
21- terraform-docs-version : v0.16 .0
21+ terraform-docs-version : v0.20 .0
2222 validate-examples :
2323 name : Validate examples
2424 runs-on : ubuntu-latest
2727 shell : bash
2828 working-directory : examples
2929 steps :
30- - uses : hashicorp/setup-terraform@v1
30+ - uses : hashicorp/setup-terraform@v3
3131 - name : Checkout
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v4
3333 - name : Check examples
3434 env :
3535 EXAMPLES : simple
You can’t perform that action at this time.
0 commit comments