Skip to content

Commit

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

[![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.0` -> `v6.0.2` |

---

### Release Notes

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

###
[`v6.0.2`](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

###
[`v6.0.1`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.1):
Create Pull Request v6.0.1

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)

⚙️ Fixes [an
issue](https://togithub.com/peter-evans/create-pull-request/issues/2790)
where updating a pull request leads to the error `Cannot read properties
of undefined (reading 'number')`. This was likely caused by GitHub
fixing a long standing bug with an API endpoint, resulting in a breaking
change.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2730
- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2731
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.10 to
18.19.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2732
- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2748
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2747
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.14 to
18.19.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2759
- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2769
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.15 to
18.19.17 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2768
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.17 to
18.19.18 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2780
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2781
- fix: list pulls using the correct head format by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[peter-evans/create-pull-request#2792

**Full Changelog**:
peter-evans/create-pull-request@v6.0.0...v6.0.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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

0 comments on commit b20a90b

Please sign in to comment.