Skip to content

Commit df3146b

Browse files
chore(deps): update release-plz/action action to v0.5.105 (#3059)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-plz/action](https://redirect.github.com/release-plz/action) | action | patch | `v0.5.104` -> `v0.5.105` | --- ### Release Notes <details> <summary>release-plz/action (release-plz/action)</summary> ### [`v0.5.105`](https://redirect.github.com/release-plz/action/releases/tag/v0.5.105) [Compare Source](https://redirect.github.com/release-plz/action/compare/v0.5.104...v0.5.105) ##### What's Changed - Update to 0.3.133 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/205](https://redirect.github.com/release-plz/action/pull/205) - feat: add `forge` input variable by [@&#8203;yinkaolotin](https://redirect.github.com/yinkaolotin) in [https://github.com/release-plz/action/pull/203](https://redirect.github.com/release-plz/action/pull/203) ##### New Contributors - [@&#8203;yinkaolotin](https://redirect.github.com/yinkaolotin) made their first contribution in [https://github.com/release-plz/action/pull/203](https://redirect.github.com/release-plz/action/pull/203) **Full Changelog**: release-plz/action@v0.5...v0.5.105 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0dc1df3 commit df3146b

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].104
30+
uses: release-plz/[email protected].105
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].104
53+
uses: release-plz/[email protected].105
5454
with:
5555
command: release-pr
5656
env:

0 commit comments

Comments
 (0)