diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f08fc33a5f..c537c70623 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: run: yarn build - name: Open pull request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: branch: release/${{ github.event.inputs.version }} title: "docs: cut version ${{ github.event.inputs.version }}"