diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f3b17bd1e..7cf9c2d82 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -38,7 +38,7 @@ jobs: # git config user.email "github-actions[bot]@users.noreply.github.com" - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 env: NEW_VERSION: ${{ steps.bump_version.outputs.NEW_VERSION }} with: