Skip to content

Commit d675c6b

Browse files
dependabot[bot]ardrigh
authored andcommitted
fix: bump hashicorp/setup-terraform from 3.0.0 to 4.0.1
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@a1502cd...dfe3c3f) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3633cd commit d675c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-terraform-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
exit 1
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Setup Terraform
52-
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
52+
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
5353
with:
5454
terraform_wrapper: false # don't absorb exitcode, propigate it naturally
5555
- name: Terraform Init

0 commit comments

Comments
 (0)