Skip to content

Commit b768a28

Browse files
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](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0eed09 commit b768a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
${{ env.CURL_CACHE_DIR }}/"${PACKER_ZIP}"
102102
sudo mv /usr/local/bin/packer /usr/local/bin/packer-default
103103
sudo ln -s /opt/packer/packer /usr/local/bin/packer
104-
- uses: hashicorp/setup-terraform@v2
104+
- uses: hashicorp/setup-terraform@v3
105105
with:
106106
terraform_version: ${{ steps.setup-env.outputs.terraform-version }}
107107
- name: Install go-critic

0 commit comments

Comments
 (0)