Skip to content

Commit 0ff91a8

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.9 (#1840)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | patch | `v7.0.8` -> `v7.0.9` | --- ### Release Notes <details> <summary>peter-evans/create-pull-request (peter-evans/create-pull-request)</summary> ### [`v7.0.9`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.9): Create Pull Request v7.0.9 [Compare Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.8...v7.0.9) ⚙️ Fixes an [incompatibility](https://redirect.github.com/peter-evans/create-pull-request/issues/4228) with the recently released `actions/checkout@v6`. #### What's Changed - \~70 dependency updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) - docs: fix workaround description about `ready_for_review` by [@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) in [#&#8203;3939](https://redirect.github.com/peter-evans/create-pull-request/pull/3939) - Docs: `add-paths` default behavior by [@&#8203;joeflack4](https://redirect.github.com/joeflack4) in [#&#8203;3928](https://redirect.github.com/peter-evans/create-pull-request/pull/3928) - docs: update to create-github-app-token v2 by [@&#8203;Goooler](https://redirect.github.com/Goooler) in [#&#8203;4063](https://redirect.github.com/peter-evans/create-pull-request/pull/4063) - Fix compatibility with actions/checkout\@&#8203;v6 by [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;4230](https://redirect.github.com/peter-evans/create-pull-request/pull/4230) #### New Contributors - [@&#8203;joeflack4](https://redirect.github.com/joeflack4) made their first contribution in [#&#8203;3928](https://redirect.github.com/peter-evans/create-pull-request/pull/3928) - [@&#8203;Goooler](https://redirect.github.com/Goooler) made their first contribution in [#&#8203;4063](https://redirect.github.com/peter-evans/create-pull-request/pull/4063) - [@&#8203;ericsciple](https://redirect.github.com/ericsciple) made their first contribution in [#&#8203;4230](https://redirect.github.com/peter-evans/create-pull-request/pull/4230) **Full Changelog**: <peter-evans/create-pull-request@v7.0.8...v7.0.9> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/textlint/textlint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJUeXBlOiBDSSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bf40b7 commit 0ff91a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Create Pull Request
5858
id: cpr
59-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
59+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
commit-message: "chore(release): v${{ env.PACKAGE_VERSION }}"

0 commit comments

Comments
 (0)