diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 92ba8ed..9295cd0 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@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: commit-message: "docs: bump version to v${{ github.event.inputs.new_version }}" title: "docs: bump version to v${{ github.event.inputs.new_version }}"