From b46df0aa27e46dc52b2b64ee53aca80e7f659ed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:10:36 +0800 Subject: [PATCH] bump(deps): update peter-evans/create-pull-request action to v6.0.3 (#291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.2` -> `v6.0.3` | --- ### Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request) ### [`v6.0.3`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.3): Create Pull Request v6.0.3 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3) ⚡ Improves performance of the `push-to-fork` feature. #### What's Changed - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.23 to 18.19.25 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2826](https://togithub.com/peter-evans/create-pull-request/pull/2826) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.25 to 18.19.26 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2831](https://togithub.com/peter-evans/create-pull-request/pull/2831) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.26 to 18.19.28 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2836](https://togithub.com/peter-evans/create-pull-request/pull/2836) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.28 to 18.19.31 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2842](https://togithub.com/peter-evans/create-pull-request/pull/2842) - fix: drop unnecessary fetch with unshallow on push-to-fork by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2849](https://togithub.com/peter-evans/create-pull-request/pull/2849) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-package.yml b/.github/workflows/ci-package.yml index 3486bf5..bc18bc2 100644 --- a/.github/workflows/ci-package.yml +++ b/.github/workflows/ci-package.yml @@ -32,7 +32,7 @@ jobs: app_id: ${{ secrets.WORKFLOW_APP_ID }} private_key: ${{ secrets.WORKFLOW_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 + - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 with: token: ${{ steps.app.outputs.token }} commit-message: 'chore(ci): npm run package'