From eb6a6b8a855de16f3692081a5b50522a0189ba09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:59:12 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 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](https://github.com/peter-evans/create-pull-request/compare/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] --- .github/workflows/docker.build.yml | 4 ++-- .github/workflows/wbstack.sync.trigger.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index 6d6f16e91..e9efe2e61 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -87,7 +87,7 @@ jobs: MSG=$(git log -1 --pretty=format:%s) echo "msg=$MSG" >> $GITHUB_OUTPUT - - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 if: github.event_name != 'pull_request' with: path: ./repos/wbaas-deploy-staging @@ -103,7 +103,7 @@ jobs: **Changes**: [${{ steps.truncate-commit-message.outputs.msg }}](https://github.com/wbstack/mediawiki/commit/${{ github.sha }}) - - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 if: github.event_name != 'pull_request' with: path: ./repos/wbaas-deploy-production diff --git a/.github/workflows/wbstack.sync.trigger.yml b/.github/workflows/wbstack.sync.trigger.yml index 274206765..9c3412a38 100644 --- a/.github/workflows/wbstack.sync.trigger.yml +++ b/.github/workflows/wbstack.sync.trigger.yml @@ -32,7 +32,7 @@ jobs: # For this action to work you must explicitly allow GitHub Actions to create pull requests. # This setting can be found in a repository's settings under Actions > General > Workflow permissions. - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 with: title: wbstack sync for branch ${{ github.event.inputs.branch }} commit-message: wbstack sync