From a951383a8b9b16023e893719c56cfde1a23f85c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:12:40 +0800 Subject: [PATCH] bump(deps): update peter-evans/create-pull-request action to v6.0.4 (#255) 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.3` -> `v6.0.4` | --- ### Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request) ### [`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 [@​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**: https://github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4
--- ### 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/crypto-frontmatter). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 9f0aaf3fe..8eec034ac 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -63,7 +63,7 @@ jobs: # private_key: ${{ secrets.SYNC_PRIVATE_KEY }} # permission is set to `write` for `pull-requests` and `contents` - - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 + - uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4 with: # token: ${{ steps.app.outputs.token }} commit-message: 'chore(sync): ${{ matrix.repo }}'