diff --git a/.github/workflows/changie-pr.yml b/.github/workflows/changie-pr.yml index 74249ff319..a797e0e8f4 100644 --- a/.github/workflows/changie-pr.yml +++ b/.github/workflows/changie-pr.yml @@ -66,7 +66,7 @@ jobs: - name: Create Pull Request if: steps.check.outputs.has_changes == 'true' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Release ${{ steps.latest.outputs.output }}" branch: "release/${{ steps.latest.outputs.output }}"