Skip to content

Commit d28531d

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.9 (#4128)
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**: 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ObolNetwork/charon). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 7f83664 commit d28531d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-patch-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
echo "---"
134134
135135
- name: 6. Create Pull Request to Release Branch
136-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
136+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
137137
with:
138138
token: ${{ secrets.GITHUB_TOKEN }}
139139
commit-message: "app: bump patch version to ${{ steps.vars.outputs.NEW_V_VERSION }}"

.github/workflows/prepare-patch-full-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: 8. Create PR to Release Branch for Stable Version
157157
id: create_stable_pr
158-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
158+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
159159
with:
160160
token: ${{ secrets.GITHUB_TOKEN }}
161161
commit-message: "app/version: bump v${{ steps.version.outputs.MAJOR }}.${{ steps.version.outputs.MINOR }} to stable"

0 commit comments

Comments
 (0)