diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index dbcaf81..ff861da 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -33,7 +33,7 @@ jobs: run: deno run -A .github/tools/create-release.ts ${{ inputs.bump_type }} - 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: