Skip to content

Commit bc19afb

Browse files
build(deps): bump hashicorp/setup-terraform from 2 to 3
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 914e158 commit bc19afb

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)