Skip to content

Commit

Permalink
ci(github-action): update yokawasa/action-setup-kube-tools action to …
Browse files Browse the repository at this point in the history
…v0.11.0 (#152)

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` |

---

### 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
[@&#8203;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 [@&#8203;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**:
yokawasa/action-setup-kube-tools@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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
  • Loading branch information
bloopy-boi[bot] authored Feb 24, 2024
1 parent c248b1d commit fc1dcfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
chart: "charts/${{ matrix.chart }}"

- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.10.0
uses: yokawasa/action-setup-kube-tools@v0.11.0
with:
setup-tools: |
helmv3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.10.0
uses: yokawasa/action-setup-kube-tools@v0.11.0
with:
setup-tools: |
helmv3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}

- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.10.0
uses: yokawasa/action-setup-kube-tools@v0.11.0
with:
setup-tools: |
helmv3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}

- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.10.0
uses: yokawasa/action-setup-kube-tools@v0.11.0
with:
setup-tools: |
helmv3
Expand Down

0 comments on commit fc1dcfd

Please sign in to comment.