Skip to content

Commit 83880ef

Browse files
chore(deps): bump hashicorp/setup-terraform
Bumps the github-actions-breaking group with 1 update: [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform). Updates `hashicorp/setup-terraform` from 2.0.3 to 3.1.2 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@633666f...b9cd54a) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ed6ecd commit 83880ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}-
213213
go-${{ runner.os }}-
214214
- name: HashiCorp - Setup Terraform
215-
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1
215+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
216216
with:
217217
terraform_wrapper: false
218218
terraform_version: ${{ matrix.terraform }}

.github/workflows/provider-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151151
- name: HashiCorp - Setup Terraform
152-
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1
152+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
153153
with:
154154
terraform_wrapper: false
155155
terraform_version: ${{ inputs.terraform_version }}

0 commit comments

Comments
 (0)