From 1dcf17ef70d3bdbcfb6fb4311bb9ce4667820ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 13:27:18 +0000 Subject: [PATCH] build(deps): bump hashicorp/setup-terraform from 2 to 3 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-pr-checks.yaml b/.github/workflows/tf-pr-checks.yaml index 985f6ec6..a30fe18f 100644 --- a/.github/workflows/tf-pr-checks.yaml +++ b/.github/workflows/tf-pr-checks.yaml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Install AWS CLI if: ${{ inputs.provider == 'aws' }}