Skip to content

Commit

Permalink
Update hashicorp/setup-terraform action to v3 (#21)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[hashicorp/setup-terraform](https://redirect.github.com/hashicorp/setup-terraform)
| action | major | `v1` -> `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)

###
[`v2`](https://redirect.github.com/hashicorp/setup-terraform/compare/v1...v2)

[Compare
Source](https://redirect.github.com/hashicorp/setup-terraform/compare/v1...v2)

</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 becomes conflicted, 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/patmode91/ai-music-vid-creator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
patmode91 authored Oct 1, 2024
2 parents 50f2fe3 + 8e6e060 commit da5a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

Expand Down

0 comments on commit da5a3b4

Please sign in to comment.