Skip to content

Commit 25fb511

Browse files
bump(deps): update peter-evans/create-pull-request action to v6.0.4 (#293)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | patch | `v6.0.3` -> `v6.0.4` | --- ### Release Notes <details> <summary>peter-evans/create-pull-request (peter-evans/create-pull-request)</summary> ### [`v6.0.4`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.4): Create Pull Request v6.0.4 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4) ⚡ Improves performance in some cases for very large git repositories. ##### What's Changed - perf: limit the fetch depth of pr branch by [@&#8203;peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2857](https://togithub.com/peter-evans/create-pull-request/pull/2857) **Full Changelog**: peter-evans/create-pull-request@v6.0.3...v6.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/multi-labeler). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b46df0a commit 25fb511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
app_id: ${{ secrets.WORKFLOW_APP_ID }}
3333
private_key: ${{ secrets.WORKFLOW_PRIVATE_KEY }}
3434

35-
- uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
35+
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
3636
with:
3737
token: ${{ steps.app.outputs.token }}
3838
commit-message: 'chore(ci): npm run package'

0 commit comments

Comments
 (0)