From be46b283395dfce4a615373fd314155fd206d9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:33:45 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 2 to 3 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-infra-cleanup.yaml | 2 +- .github/workflows/e2e-workspace-cleanup.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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