Skip to content

Commit 8c93e95

Browse files
chore(deps): update helm/kind-action action to v1.10.0 (#752)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://togithub.com/helm/kind-action) | action | minor | `v1.9.0` -> `v1.10.0` | --- ### Release Notes <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.10.0`](https://togithub.com/helm/kind-action/releases/tag/v1.10.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.9.0...v1.10.0) #### What's Changed - Update kind to release v0.21.0 by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/104](https://togithub.com/helm/kind-action/pull/104) - Bump actions/checkout from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/106](https://togithub.com/helm/kind-action/pull/106) - Bump actions/checkout from 4.1.2 to 4.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/108](https://togithub.com/helm/kind-action/pull/108) - bump kind to 0.22.0 / kubectl and general housekeeping by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/107](https://togithub.com/helm/kind-action/pull/107) - Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/109](https://togithub.com/helm/kind-action/pull/109) **Full Changelog**: helm/kind-action@v1.9.0...v1.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dd97fa commit 8c93e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet format --verify-no-changes
2626

2727
- name: Create Kubernetes Cluster
28-
uses: helm/kind-action@v1.9.0
28+
uses: helm/kind-action@v1.10.0
2929

3030
- name: Execute Tests
3131
run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}

0 commit comments

Comments
 (0)