Skip to content

Commit 914e158

Browse files
authored
Merge pull request #627 from cloudflare/dependabot/github_actions/hashicorp/setup-terraform-2
build(deps): bump hashicorp/setup-terraform from 1 to 2
2 parents 5a02776 + 7e6712c commit 914e158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Vet
3131
run: go vet ./...
3232
- name: setup Terraform
33-
uses: hashicorp/setup-terraform@v1
33+
uses: hashicorp/setup-terraform@v2
3434
- name: write Terraform configuration
3535
run: |
3636
cat > main.tf <<EOF

0 commit comments

Comments
 (0)