Skip to content

Commit c2d6f1f

Browse files
chore(deps): bump hashicorp/setup-terraform from 2 to 3 (#1)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8b6e43 commit c2d6f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
steps:
8282
- name: Setup Terraform
8383
if: ${{ inputs.setup == 'true' }}
84-
uses: hashicorp/setup-terraform@v2
84+
uses: hashicorp/setup-terraform@v3
8585
with:
8686
terraform_version: ${{ inputs.terraform-version }}
8787
terraform_wrapper: false

0 commit comments

Comments
 (0)