Skip to content

Commit 4a5121a

Browse files
build(deps): Bump hashicorp/setup-terraform from 2 to 3 (#169)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70624be commit 4a5121a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
go-version: "1.20"
6060
id: go
6161

62-
- uses: hashicorp/setup-terraform@v2
62+
- uses: hashicorp/setup-terraform@v3
6363
with:
6464
terraform_version: ${{ matrix.terraform }}
6565
terraform_wrapper: false
@@ -89,7 +89,7 @@ jobs:
8989
go-version: "1.20"
9090
id: go
9191

92-
- uses: hashicorp/setup-terraform@v2
92+
- uses: hashicorp/setup-terraform@v3
9393
with:
9494
terraform_version: "1.3.*"
9595
terraform_wrapper: false

0 commit comments

Comments
 (0)