Bump `peter-evans/create-pull-request` to v5

This commit is contained in:
Pol Dellaiera 2023-10-02 11:03:40 +02:00 committed by Cole Helbling
parent d374cc7d4a
commit e98d4358e3
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ runs:
run: rm -f pr_body.txt pr_body.template run: rm -f pr_body.txt pr_body.template
- name: Create PR - name: Create PR
id: create-pr id: create-pr
uses: peter-evans/create-pull-request@v4 uses: peter-evans/create-pull-request@v5
with: with:
base: ${{ inputs.base }} base: ${{ inputs.base }}
branch: ${{ inputs.branch }} branch: ${{ inputs.branch }}