Skip to content

Commit 6fb080d

Browse files
chore(deps): bump hashicorp/setup-terraform from 3 to 4 (#5836)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3 to 4. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v3...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' 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 c95634f commit 6fb080d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-infra-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: automation
3737
ref: main
3838
- name: Setup Terraform
39-
uses: hashicorp/setup-terraform@v3
39+
uses: hashicorp/setup-terraform@v4
4040
with:
4141
terraform_wrapper: false
4242
- name: Initialize terraform

.github/workflows/e2e-workspace-cleanup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: automation
7272
ref: main
7373
- name: Setup Terraform
74-
uses: hashicorp/setup-terraform@v3
74+
uses: hashicorp/setup-terraform@v4
7575
- name: Initialize Terraform
7676
env:
7777
TF_WORKSPACE: default
@@ -99,7 +99,7 @@ jobs:
9999
path: automation
100100
ref: main
101101
- name: Setup Terraform
102-
uses: hashicorp/setup-terraform@v3
102+
uses: hashicorp/setup-terraform@v4
103103
- name: Initialize Terraform
104104
env:
105105
TF_WORKSPACE: default

0 commit comments

Comments
 (0)