Skip to content

Commit 169c2ef

Browse files
dependabot[bot]jet-tong
authored andcommitted
Bump hashicorp/setup-terraform from 3 to 4
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>
1 parent db678c1 commit 169c2ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/delete-rosa-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.ref }}
2828
persist-credentials: false
2929
- name: Install Terraform
30-
uses: hashicorp/setup-terraform@v3
30+
uses: hashicorp/setup-terraform@v4
3131
- name: Configure AWS Credentials
3232
uses: aws-actions/configure-aws-credentials@v6
3333
with:

.github/workflows/e2e-rosa-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
go-version-file: "go.mod"
7878
- name: Install Terraform
79-
uses: hashicorp/setup-terraform@v3
79+
uses: hashicorp/setup-terraform@v4
8080
- name: Configure AWS Credentials
8181
id: aws-creds
8282
uses: aws-actions/configure-aws-credentials@v6

0 commit comments

Comments
 (0)