chore(deps): update yokawasa/action-setup-kube-tools action to v0.11.0 by renovate (#18502)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [yokawasa/action-setup-kube-tools](https://togithub.com/yokawasa/action-setup-kube-tools) | action | minor | `v0.10.0` -> `v0.11.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>yokawasa/action-setup-kube-tools (yokawasa/action-setup-kube-tools)</summary> ### [`v0.11.0`](https://togithub.com/yokawasa/action-setup-kube-tools/releases/tag/v0.11.0) [Compare Source](https://togithub.com/yokawasa/action-setup-kube-tools/compare/v0.10.0...v0.11.0) #### What's Changed - Support `arch-type` by [@​yokawasa](https://togithub.com/yokawasa) in [https://github.com/yokawasa/action-setup-kube-tools/pull/53](https://togithub.com/yokawasa/action-setup-kube-tools/pull/53) - release v0.11.0 by [@​yokawasa](https://togithub.com/yokawasa) in [https://github.com/yokawasa/action-setup-kube-tools/pull/54](https://togithub.com/yokawasa/action-setup-kube-tools/pull/54) **Full Changelog**: https://github.com/yokawasa/action-setup-kube-tools/compare/v0.10.0...v0.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
2d2d8894a5
commit
756eaa22fc
|
@ -62,7 +62,7 @@ jobs:
|
|||
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
||||
steps:
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@93f6df178ec13d1b814a7622073ba28727716ca2 # v0.10.0
|
||||
uses: yokawasa/action-setup-kube-tools@dc0754a9a47b40f22f9bd52ffb082bbe6d142b22 # v0.11.0
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
|
Loading…
Reference in New Issue