Skip to content

Commit 4925eb1

Browse files
authored
Merge pull request #111 from cisagov/dependabot/github_actions/hashicorp/setup-terraform-2
Bump hashicorp/setup-terraform from 1 to 2
2 parents ec83308 + 2775dfa commit 4925eb1

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)