From 61bb19e187291d4e72f4d64bc7283f631da784f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 02:52:32 +0000 Subject: [PATCH] build(deps): bump hashicorp/setup-terraform from 3 to 4 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 52861980..d4cf32e6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -220,7 +220,7 @@ jobs: run: > az account show - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform init @@ -610,7 +610,7 @@ jobs: run: > az account show - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform init