diff --git a/.github/workflows/e2e-infra-cleanup.yaml b/.github/workflows/e2e-infra-cleanup.yaml index 613598fb06..118c21d8c0 100644 --- a/.github/workflows/e2e-infra-cleanup.yaml +++ b/.github/workflows/e2e-infra-cleanup.yaml @@ -36,7 +36,7 @@ jobs: path: automation ref: main - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_wrapper: false - name: Initialize terraform diff --git a/.github/workflows/e2e-workspace-cleanup.yaml b/.github/workflows/e2e-workspace-cleanup.yaml index dca1df7322..76245ec5a6 100644 --- a/.github/workflows/e2e-workspace-cleanup.yaml +++ b/.github/workflows/e2e-workspace-cleanup.yaml @@ -71,7 +71,7 @@ jobs: path: automation ref: main - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Initialize Terraform env: TF_WORKSPACE: default @@ -99,7 +99,7 @@ jobs: path: automation ref: main - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Initialize Terraform env: TF_WORKSPACE: default