diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c7b2500..3843bb5 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@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore: update to ${{ env.repository }} ${{ steps.latest-version.outputs.release }}" title: "chore: update to ${{ env.repository }} ${{ steps.latest-version.outputs.release }}"