From 9a18dc670f551c2845f592ed26ac41e46673df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:37:40 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-terraform from 2 to 4 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 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/v2...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/complete-devops-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/complete-devops-pipeline.yml b/.github/workflows/complete-devops-pipeline.yml index 09f56bb..315e76e 100644 --- a/.github/workflows/complete-devops-pipeline.yml +++ b/.github/workflows/complete-devops-pipeline.yml @@ -79,7 +79,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v4 with: terraform_version: 1.5.0 terraform_wrapper: false