File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 echo "TF_VERSION=$(< .review_apps/.terraform-version)" >> "$GITHUB_OUTPUT"
4949
50- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
50+ - uses : hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
5151 with :
5252 terraform_version : ${{steps.terraform-version.outputs.TF_VERSION}}
5353
Original file line number Diff line number Diff line change 2020 run : |
2121 echo "TF_VERSION=$(< .review_apps/.terraform-version)" >> "$GITHUB_OUTPUT"
2222
23- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
23+ - uses : hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2424 with :
2525 terraform_version : ${{steps.terraform-version.outputs.TF_VERSION}}
2626
Original file line number Diff line number Diff line change 1818 run : |
1919 xargs printf "TF_VERSION=%s" < .review_apps/.terraform-version >> "$GITHUB_OUTPUT"
2020
21- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
21+ - uses : hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2222 with :
2323 terraform_version : ${{steps.terraform-version.outputs.TF_VERSION}}
2424
You can’t perform that action at this time.
0 commit comments