Skip to content

Commit ca02b79

Browse files
chore(deps): update helm/kind-action action to v1.14.0 (#441)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://redirect.github.com/helm/kind-action) | action | minor | `v1.13.0` → `v1.14.0` | --- ### Release Notes <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.14.0`](https://redirect.github.com/helm/kind-action/releases/tag/v1.14.0) [Compare Source](https://redirect.github.com/helm/kind-action/compare/v1.13.0...v1.14.0) #### What's Changed - Bump actions/checkout from 5.0.0 to 6.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;153](https://redirect.github.com/helm/kind-action/pull/153) - bump kind to v0.31.0 and k8s to v1.35.0 by [@&#8203;MrFreezeex](https://redirect.github.com/MrFreezeex) in [#&#8203;155](https://redirect.github.com/helm/kind-action/pull/155) - Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;156](https://redirect.github.com/helm/kind-action/pull/156) #### New Contributors - [@&#8203;MrFreezeex](https://redirect.github.com/MrFreezeex) made their first contribution in [#&#8203;155](https://redirect.github.com/helm/kind-action/pull/155) **Full Changelog**: <helm/kind-action@v1...v1.14.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/diranged/oz). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4aef3f commit ca02b79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create kind cluster
3939
if: steps.list-changed.outputs.changed == 'true'
40-
uses: helm/kind-action@v1.13.0
40+
uses: helm/kind-action@v1.14.0
4141

4242
- name: Install cert-manager
4343
if: steps.list-changed.outputs.changed == 'true'

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/actions/setup-go
3434

3535
- name: Create kind cluster
36-
uses: helm/kind-action@v1.13.0
36+
uses: helm/kind-action@v1.14.0
3737
with:
3838
node_image: kindest/node:${{ matrix.kindVersion }}
3939
kubectl_version: v1.28.0

0 commit comments

Comments
 (0)