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