diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 7f702a4fec..a73215048a 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,7 +19,7 @@ jobs: TF_VERSION=$(< .review_apps/.terraform-version) printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT" - - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 + - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 with: terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}