diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ea10714..033e19a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -56,7 +56,7 @@ jobs: - name: Create pull request if: steps.new-version.outputs.exists - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore: update to ${{ env.repository }} ${{ steps.latest-version.outputs.release }}" title: "chore: update to ${{ env.repository }} ${{ steps.latest-version.outputs.release }}"