Skip to content

Commit c646bff

Browse files
deps(ci): update helm/kind-action action to v1.13.0 (#978)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://redirect.github.com/helm/kind-action) | action | minor | `v1.12.0` -> `v1.13.0` | --- ### Release Notes <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.13.0`](https://redirect.github.com/helm/kind-action/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/helm/kind-action/compare/v1.12.0...v1.13.0) #### What's Changed - chore: verify sha256sum of kubectl by [@&#8203;felix-kaestner](https://redirect.github.com/felix-kaestner) in [#&#8203;134](https://redirect.github.com/helm/kind-action/pull/134) - Load GITHUB\_PATH in PATH to use correct binaries when creating registry by [@&#8203;gotha](https://redirect.github.com/gotha) in [#&#8203;133](https://redirect.github.com/helm/kind-action/pull/133) - feat: Add cloud provider by [@&#8203;waltermity](https://redirect.github.com/waltermity) in [#&#8203;135](https://redirect.github.com/helm/kind-action/pull/135) - chore: bump kind to v0.29.0 by [@&#8203;pmalek](https://redirect.github.com/pmalek) in [#&#8203;144](https://redirect.github.com/helm/kind-action/pull/144) - Bump actions/checkout from 4.2.2 to 5.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;145](https://redirect.github.com/helm/kind-action/pull/145) - bug: respect 'install\_only' action input value by [@&#8203;mszostok](https://redirect.github.com/mszostok) in [#&#8203;147](https://redirect.github.com/helm/kind-action/pull/147) - bump kind and kubectl and also nodejs by [@&#8203;cpanato](https://redirect.github.com/cpanato) in [#&#8203;150](https://redirect.github.com/helm/kind-action/pull/150) #### New Contributors - [@&#8203;felix-kaestner](https://redirect.github.com/felix-kaestner) made their first contribution in [#&#8203;134](https://redirect.github.com/helm/kind-action/pull/134) - [@&#8203;gotha](https://redirect.github.com/gotha) made their first contribution in [#&#8203;133](https://redirect.github.com/helm/kind-action/pull/133) - [@&#8203;waltermity](https://redirect.github.com/waltermity) made their first contribution in [#&#8203;135](https://redirect.github.com/helm/kind-action/pull/135) - [@&#8203;pmalek](https://redirect.github.com/pmalek) made their first contribution in [#&#8203;144](https://redirect.github.com/helm/kind-action/pull/144) - [@&#8203;mszostok](https://redirect.github.com/mszostok) made their first contribution in [#&#8203;147](https://redirect.github.com/helm/kind-action/pull/147) **Full Changelog**: <helm/kind-action@v1...v1.13.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 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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f9ef74 commit c646bff

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.12.0
28+
uses: helm/kind-action@v1.13.0
2929

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

0 commit comments

Comments
 (0)