diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index b90c1b308..92bae4394 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -23,7 +23,7 @@ jobs: run: pnpm client build - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: 'chore(types): update private API type definition' # 使用 token 创建 PR 才能触发默认的 ci