From e21f77af5155eb08dd0e32608dad118f6f24606f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:36:56 +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/b9cd54a3c349d3f38e8881555d616ced269862dd...dfe3c3f87815947d99a8997f908cb6525fc44e9e) --- 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/acceptance.yml | 2 +- .github/workflows/codegen-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index e140b654..6cf82cc1 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -75,7 +75,7 @@ jobs: # terraform-plugin-testing downloads a Terraform binary at run time unless one is on the # PATH. Installing it here makes the version explicit and the run reproducible. - name: Set up Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 with: # Pinned: the query, action-trigger and replace steps all need a modern CLI, and # "latest" would make a scheduled failure ambiguous between API drift and CLI diff --git a/.github/workflows/codegen-verify.yml b/.github/workflows/codegen-verify.yml index 669fe336..b6acba37 100644 --- a/.github/workflows/codegen-verify.yml +++ b/.github/workflows/codegen-verify.yml @@ -416,7 +416,7 @@ jobs: cache: true - name: Set up Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 with: terraform_wrapper: false