Skip to content

Commit bc269b2

Browse files
Bump peter-evans/create-pull-request from 4 to 5 (#336)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f124bee commit bc269b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
MSG=$(git log -1 --pretty=format:%s)
8888
echo "msg=$MSG" >> $GITHUB_OUTPUT
8989
-
90-
uses: peter-evans/create-pull-request@v4
90+
uses: peter-evans/create-pull-request@v8
9191
if: github.event_name != 'pull_request'
9292
with:
9393
path: ./repos/wbaas-deploy-staging
@@ -103,7 +103,7 @@ jobs:
103103
104104
**Changes**: [${{ steps.truncate-commit-message.outputs.msg }}](https://github.com/wbstack/mediawiki/commit/${{ github.sha }})
105105
-
106-
uses: peter-evans/create-pull-request@v4
106+
uses: peter-evans/create-pull-request@v8
107107
if: github.event_name != 'pull_request'
108108
with:
109109
path: ./repos/wbaas-deploy-production

.github/workflows/wbstack.sync.trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# For this action to work you must explicitly allow GitHub Actions to create pull requests.
3333
# This setting can be found in a repository's settings under Actions > General > Workflow permissions.
3434
- name: Create Pull Request
35-
uses: peter-evans/create-pull-request@v4
35+
uses: peter-evans/create-pull-request@v8
3636
with:
3737
title: wbstack sync for branch ${{ github.event.inputs.branch }}
3838
commit-message: wbstack sync

0 commit comments

Comments
 (0)