From d63e564fba7c1d77db446ba70fb8b8a433553653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:43:08 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-terraform from 3.1.2 to 4.0.1 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.2 to 4.0.1. - [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.1.2...v4.0.1) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-build.yaml | 2 +- .github/workflows/tf-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index e3d5ba3..69f1ded 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -51,7 +51,7 @@ jobs: include: TF_VAR_* - name: install terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.1 with: terraform_version: ${{env.TERRAFORM_VERSION}} terraform_wrapper: false diff --git a/.github/workflows/tf-release.yaml b/.github/workflows/tf-release.yaml index 156ac80..7d3e652 100644 --- a/.github/workflows/tf-release.yaml +++ b/.github/workflows/tf-release.yaml @@ -48,7 +48,7 @@ jobs: include: TF_VAR_* - name: install terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.1 with: terraform_version: ${{ env.TERRAFORM_VERSION }} terraform_wrapper: false