diff --git a/.github/workflows/rel-pr-create.yml b/.github/workflows/rel-pr-create.yml index 9947a14d..b81ef89b 100644 --- a/.github/workflows/rel-pr-create.yml +++ b/.github/workflows/rel-pr-create.yml @@ -55,7 +55,7 @@ jobs: git fetch origin ${{ env.PR_SOURCE_BRANCH }}:${{ env.PR_SOURCE_BRANCH }} git reset --hard ${{ env.PR_SOURCE_BRANCH }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v5.0.1 with: base: ${{ env.PR_TARGET_BRANCH }} branch: ${{ env.PR_TARGET_BRANCH }}-${{ env.PR_NUMBER }}