Skip to content

Commit 902ca88

Browse files
authored
Merge pull request #629 from cloudflare/dependabot/github_actions/hashicorp/setup-terraform-3
build(deps): bump hashicorp/setup-terraform from 2 to 3
2 parents 914e158 + bc19afb commit 902ca88

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@v2
33+
uses: hashicorp/setup-terraform@v3
3434
- name: write Terraform configuration
3535
run: |
3636
cat > main.tf <<EOF

0 commit comments

Comments
 (0)