Skip to content

Commit c2baa05

Browse files
Update hashicorp/setup-terraform action to v3 (#69)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hashicorp/setup-terraform](https://redirect.github.com/hashicorp/setup-terraform) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>hashicorp/setup-terraform (hashicorp/setup-terraform)</summary> ### [`v3`](https://redirect.github.com/hashicorp/setup-terraform/compare/v2...v3) [Compare Source](https://redirect.github.com/hashicorp/setup-terraform/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/riege/code-quality). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60fd87e commit c2baa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup terraform
26-
uses: hashicorp/setup-terraform@v2
26+
uses: hashicorp/setup-terraform@v3
2727

2828
- name: Terraform fmt
2929
id: fmt

0 commit comments

Comments
 (0)