diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index a3d6446..61fdcd9 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -44,7 +44,7 @@ jobs: echo "::set-output name=version::${version}" - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Update v${{ steps.changelog.outputs.version }}"