Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit fb35231

Browse files
authored
Merge pull request #17 from nxt-engineering/dependabot/github_actions/hashicorp/setup-terraform-2
Bump hashicorp/setup-terraform from 1 to 2
2 parents b0f4e68 + e481f55 commit fb35231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-go@v3
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
55-
- uses: hashicorp/setup-terraform@v1
55+
- uses: hashicorp/setup-terraform@v2
5656
with:
5757
terraform_version: ${{ matrix.terraform }}
5858
terraform_wrapper: false

0 commit comments

Comments
 (0)