We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435effc + ece147b commit e886bb4Copy full SHA for e886bb4
1 file changed
.github/workflows/terraform.yml
@@ -19,7 +19,7 @@ jobs:
19
TF_VERSION=$(< .review_apps/.terraform-version)
20
printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT"
21
22
- - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
+ - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
23
with:
24
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
25
0 commit comments