Skip to content

Commit 96f2fd5

Browse files
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 a146277 commit 96f2fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
7070
- name: Setup Terraform
71-
uses: hashicorp/setup-terraform@v3
71+
uses: hashicorp/setup-terraform@v4
7272
with:
7373
terraform_version: latest # optional, default is latest
7474

@@ -154,7 +154,7 @@ jobs:
154154

155155
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
156156
- name: Setup Terraform
157-
uses: hashicorp/setup-terraform@v3
157+
uses: hashicorp/setup-terraform@v4
158158
with:
159159
terraform_version: latest # optional, default is latest
160160

0 commit comments

Comments
 (0)