Skip to content

Commit

Permalink
bump(deps): update peter-evans/create-pull-request action to v6.0.3 (#…
Browse files Browse the repository at this point in the history
…247)

[![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

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`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
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.23 to
18.19.25 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2826
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.25 to
18.19.26 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2831
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.26 to
18.19.28 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2836
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.28 to
18.19.31 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2842
- fix: drop unnecessary fetch with unshallow on push-to-fork by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[peter-evans/create-pull-request#2849

**Full Changelog**:
peter-evans/create-pull-request@v6.0.2...v6.0.3

</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/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent 573aee2 commit 87c13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
- uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
with:
# token: ${{ steps.app.outputs.token }}
commit-message: 'chore(sync): ${{ matrix.repo }}'
Expand Down

0 comments on commit 87c13a2

Please sign in to comment.