Skip to content

Commit 61340ab

Browse files
authored
Merge pull request #26 from equinix-labs/renovate/hashicorp-setup-terraform-3.x
Update hashicorp/setup-terraform action to v3
2 parents 58fd730 + 2cca277 commit 61340ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout from Github
2424
uses: actions/checkout@v3
2525
- name: Install Terraform
26-
uses: hashicorp/setup-terraform@v2
26+
uses: hashicorp/setup-terraform@v3
2727
with:
2828
terraform_version: ${{ env.TF_VERSION }}
2929
- name: Check Terraform formatting

0 commit comments

Comments
 (0)