Skip to content

Commit 6272f07

Browse files
chore(deps): update release-plz/action action to v0.5.106 (#3251)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-plz/action](https://redirect.github.com/release-plz/action) | action | patch | `v0.5.105` -> `v0.5.106` | --- ### Release Notes <details> <summary>release-plz/action (release-plz/action)</summary> ### [`v0.5.106`](https://redirect.github.com/release-plz/action/releases/tag/v0.5.106) [Compare Source](https://redirect.github.com/release-plz/action/compare/v0.5.105...v0.5.106) ##### What's Changed - update cargo-semver-checks to 0.41 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/206](https://redirect.github.com/release-plz/action/pull/206) - Update to 0.3.134 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/207](https://redirect.github.com/release-plz/action/pull/207) **Full Changelog**: release-plz/action@v0.5...v0.5.106 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b978bc commit 6272f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ./.github/actions/setup-rust
2828
- name: Run release-plz
2929
id: run-release-plz
30-
uses: release-plz/[email protected].105
30+
uses: release-plz/[email protected].106
3131
with:
3232
command: release
3333
env:
@@ -50,7 +50,7 @@ jobs:
5050
- uses: ./.github/actions/cleanup
5151
- uses: ./.github/actions/setup-rust
5252
- name: Run release-plz
53-
uses: release-plz/[email protected].105
53+
uses: release-plz/[email protected].106
5454
with:
5555
command: release-pr
5656
env:

0 commit comments

Comments
 (0)