Skip to content

Commit 4e4ff46

Browse files
Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@a1502cd...97f030c) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e75b26 commit 4e4ff46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: true
4545
# Temporarily download Terraform 1.8 prerelease for function documentation support.
4646
# When Terraform 1.8.0 final is released, this can be removed.
47-
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
47+
- uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
4848
with:
4949
terraform_version: '1.8.0-alpha20240216'
5050
terraform_wrapper: false
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
go-version-file: 'go.mod'
7878
cache: true
79-
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
79+
- uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
8080
with:
8181
terraform_version: ${{ matrix.terraform }}
8282
terraform_wrapper: false

0 commit comments

Comments
 (0)