From 15ccffa685e8dd346c0b04e482e2679faff89410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:25:24 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 1.2.1 to 3.1.2 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1.2.1 to 3.1.2. - [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/v1.2.1...v3.1.2) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-build.yml b/.github/workflows/cicd-build.yml index ecd3222..19354dc 100644 --- a/.github/workflows/cicd-build.yml +++ b/.github/workflows/cicd-build.yml @@ -189,7 +189,7 @@ jobs: path: dist - name: Setup Terraform - uses: hashicorp/setup-terraform@v1.2.1 + uses: hashicorp/setup-terraform@v3.1.2 with: terraform_version: ${{ matrix.terraform_versions.version }}