From 0210c8fd7a66b8eea705c6412b3060ab117ae83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:06:01 +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/b9cd54a3c349d3f38e8881555d616ced269862dd...5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85) --- 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/review_apps_on_pr_change.yml | 2 +- .github/workflows/review_apps_on_pr_close.yml | 2 +- .github/workflows/terraform.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/review_apps_on_pr_change.yml b/.github/workflows/review_apps_on_pr_change.yml index 1405f67e73..2ddb58a319 100644 --- a/.github/workflows/review_apps_on_pr_change.yml +++ b/.github/workflows/review_apps_on_pr_change.yml @@ -48,7 +48,7 @@ jobs: TF_VERSION=$(< .review_apps/.terraform-version) printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT" - - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}} diff --git a/.github/workflows/review_apps_on_pr_close.yml b/.github/workflows/review_apps_on_pr_close.yml index afb6331438..e0b49d5162 100644 --- a/.github/workflows/review_apps_on_pr_close.yml +++ b/.github/workflows/review_apps_on_pr_close.yml @@ -21,7 +21,7 @@ jobs: TF_VERSION=$(< .review_apps/.terraform-version) printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT" - - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 754dd4f707..7f702a4fec 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,7 +19,7 @@ jobs: TF_VERSION=$(< .review_apps/.terraform-version) printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT" - - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}