From a91ffa3804c1ee4b361552815d3769875615ab27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 04:14:04 +0000 Subject: [PATCH] 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/terraform-plan-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-plan-apply.yml b/.github/workflows/terraform-plan-apply.yml index e9c2a9e..425f8de 100644 --- a/.github/workflows/terraform-plan-apply.yml +++ b/.github/workflows/terraform-plan-apply.yml @@ -63,7 +63,7 @@ jobs: - name: Setup Terraform # hashicorp/setup-terraform@v3 - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd + uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e - name: Terraform init run: |