diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 92ba8ed..8d33fe2 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -34,7 +34,7 @@ jobs: git add . - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: commit-message: "docs: bump version to v${{ github.event.inputs.new_version }}" title: "docs: bump version to v${{ github.event.inputs.new_version }}"