Skip to content

Commit c6ca71a

Browse files
build(deps): 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 478a096 commit c6ca71a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install Terraform
19-
uses: hashicorp/setup-terraform@v3
19+
uses: hashicorp/setup-terraform@v4
2020
if: ${{ matrix.engine == 'terraform' }}
2121

2222
- name: Install OpenTofu

.github/workflows/terraform_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install Terraform
30-
uses: hashicorp/setup-terraform@v3
30+
uses: hashicorp/setup-terraform@v4
3131
if: ${{ matrix.engine == 'terraform' }}
3232
with:
3333
terraform_version: ${{ matrix.version }}

.github/workflows/terratest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install Terraform
30-
uses: hashicorp/setup-terraform@v3
30+
uses: hashicorp/setup-terraform@v4
3131
if: ${{ matrix.engine == 'terraform' }}
3232
with:
3333
terraform_version: ${{ matrix.version }}

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Install Terraform
28-
uses: hashicorp/setup-terraform@v3
28+
uses: hashicorp/setup-terraform@v4
2929
if: ${{ matrix.engine == 'terraform' }}
3030
with:
3131
terraform_version: ${{ matrix.version }}

0 commit comments

Comments
 (0)