Skip to content

Commit 5bcc64d

Browse files
authored
chore(deps): Update peter-evans/create-pull-request action to v5 (#11)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>peter-evans/create-pull-request (peter-evans/create-pull-request)</summary> ### [`v5`](https://togithub.com/peter-evans/create-pull-request/compare/v4...v5) [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 66b4add commit 5bcc64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
make clone-proto
2424
make gen-proto
2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@v4
26+
uses: peter-evans/create-pull-request@v5
2727
with:
2828
# required so the PR triggers workflow runs
2929
token: ${{ secrets.GH_CQ_BOT }}

0 commit comments

Comments
 (0)