Skip to content

Commit 19b2eec

Browse files
chore(deps): update peter-evans/create-pull-request action to v8.1.0 (#4244)
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 | minor | `v8.0.0` → `v8.1.0` | --- ### Release Notes <details> <summary>peter-evans/create-pull-request (peter-evans/create-pull-request)</summary> ### [`v8.1.0`](https://redirect.github.com/peter-evans/create-pull-request/compare/v8.0.0...v8.1.0) [Compare Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v8.0.0...v8.1.0) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 6e2b722 commit 19b2eec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
echo "---"
112112
113113
- name: 8. Create Pull Request to Release Branch
114-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
114+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
115115
with:
116116
token: ${{ secrets.OBOL_PLATFORM_PAT }}
117117
commit-message: "app: bump minor version to ${{ steps.vars.outputs.NEW_V_VERSION }}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "---"
149149
150150
- name: 7. Create Pull Request to Release Branch
151-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
151+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
152152
with:
153153
token: ${{ secrets.OBOL_PLATFORM_PAT }}
154154
commit-message: "app: bump patch version to ${{ steps.vars.outputs.NEW_V_VERSION }}"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: 7. Create PR to Release Branch for Stable Version
163163
id: create_stable_pr
164-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
164+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
165165
with:
166166
token: ${{ secrets.OBOL_PLATFORM_PAT }}
167167
commit-message: "app/version: bump v${{ steps.version.outputs.MAJOR }}.${{ steps.version.outputs.MINOR }} to stable"
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: 10. Create PR to Main for Next Dev Version
226226
id: create_dev_pr
227-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
227+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
228228
with:
229229
token: ${{ secrets.OBOL_PLATFORM_PAT }}
230230
commit-message: "app: bump version to ${{ steps.version.outputs.NEXT_DEV_VERSION }}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
171171
- name: 9. Create PR to Release Branch for Stable Version
172172
id: create_stable_pr
173-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
173+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
174174
with:
175175
token: ${{ secrets.OBOL_PLATFORM_PAT }}
176176
commit-message: "app/version: bump v${{ steps.version.outputs.MAJOR }}.${{ steps.version.outputs.MINOR }} to stable"

0 commit comments

Comments
 (0)