diff --git a/.github/workflows/e2e-infra-cleanup.yaml b/.github/workflows/e2e-infra-cleanup.yaml index 11f8356a2e..ae2f65a03f 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@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_wrapper: false - name: Initialize terraform diff --git a/.github/workflows/e2e-workspace-cleanup.yaml b/.github/workflows/e2e-workspace-cleanup.yaml index a770e8837f..dd9f2bc84f 100644 --- a/.github/workflows/e2e-workspace-cleanup.yaml +++ b/.github/workflows/e2e-workspace-cleanup.yaml @@ -64,7 +64,7 @@ jobs: path: automation ref: main - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Initialize Terraform env: TF_WORKSPACE: default @@ -92,7 +92,7 @@ jobs: path: automation ref: main - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Initialize Terraform env: TF_WORKSPACE: default