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