Skip to content

Commit 6f23c97

Browse files
authored
Merge pull request #155 from cisagov/dependabot/github_actions/hashicorp/setup-terraform-3
Bump hashicorp/setup-terraform from 2 to 3
2 parents 158abf5 + b768a28 commit 6f23c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)