diff --git a/.github/workflows/version-cut.yml b/.github/workflows/version-cut.yml index 987932c..290b9b7 100644 --- a/.github/workflows/version-cut.yml +++ b/.github/workflows/version-cut.yml @@ -76,7 +76,7 @@ jobs: run: npm run build - name: Open the version PR - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: branch: version-cut/${{ steps.ver.outputs.version }} commit-message: "docs: cut version ${{ steps.ver.outputs.version }}"