Skip to content

Commit

Permalink
build(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.3 to 3.1.2.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Commits](hashicorp/setup-terraform@v2.0.3...v3.1.2)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and anGie44 committed Dec 25, 2024
1 parent 98abb97 commit ac60e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
# We need the latest version of Terraform for our documentation generation to use
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v3.1.2
with:
terraform_wrapper: false
- run: make generate
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
- uses: hashicorp/setup-terraform@344fef46b6edc7c46ce8b3b8b0a3ece7e77e05f0 # v2.0.3
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
Expand Down

0 comments on commit ac60e45

Please sign in to comment.