From 1844c418dc7ab334075d7674f4897e240476cf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:03:56 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.1.2 to 4.0.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.2 to 4.0.0. - [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.0) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-terraform.yml b/.github/workflows/run-terraform.yml index a14f3d4b..77d1ac93 100644 --- a/.github/workflows/run-terraform.yml +++ b/.github/workflows/run-terraform.yml @@ -190,7 +190,7 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.0 with: terraform_version: ${{ inputs.use_platform_modules == true && '1.6.6' || 'latest' }} @@ -488,7 +488,7 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.0 with: terraform_version: ${{ inputs.use_platform_modules == true && '1.6.6' || 'latest' }}