Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.10.0 (buehler#752)
Browse files Browse the repository at this point in the history
[![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
[helm/kind-action#104
- Bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#106
- Bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#108
- bump kind to 0.22.0 / kubectl and general housekeeping by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/kind-action#107
- Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#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>
  • Loading branch information
renovate[bot] authored and ian-buse committed May 3, 2024
1 parent 2a8c1de commit 5afb6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet format --verify-no-changes

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

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

0 comments on commit 5afb6c2

Please sign in to comment.