diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index edf6f2f..34f1a9f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -76,7 +76,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 iconoir ${{ steps.latest-version.outputs.release }}" title: "chore: update to iconoir ${{ steps.latest-version.outputs.release }}"