Skip to content

Commit 76e07d1

Browse files
Update hashicorp/setup-terraform action to v3
1 parent 4993ade commit 76e07d1

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

0 commit comments

Comments
 (0)