Skip to content

Commit 2775dfa

Browse files
Bump hashicorp/setup-terraform from 1 to 2
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1 to 2. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v1...v2) --- 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 ec83308 commit 2775dfa

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
@@ -74,7 +74,7 @@ jobs:
7474
${{ env.CURL_CACHE_DIR }}/"${PACKER_ZIP}"
7575
sudo mv /usr/local/bin/packer /usr/local/bin/packer-default
7676
sudo ln -s /opt/packer/packer /usr/local/bin/packer
77-
- uses: hashicorp/setup-terraform@v1
77+
- uses: hashicorp/setup-terraform@v2
7878
with:
7979
terraform_version: ${{ steps.setup-env.outputs.terraform-version }}
8080
- name: Install shfmt

0 commit comments

Comments
 (0)