From ea913b5e68f6a90a3cde87550e12edf5f642366b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:28:31 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-terraform from 3 to 4 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' 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 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