From e996084643390c3ef7da53fe0d71779f5b29e9c4 Mon Sep 17 00:00:00 2001 From: ZakaryCode Date: Mon, 11 Sep 2023 14:13:22 +0800 Subject: [PATCH] feat: upgrade cpr version --- .github/workflows/notion-update.yml | 2 +- .github/workflows/sync-components-types.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notion-update.yml b/.github/workflows/notion-update.yml index f2b22edcced9..672a506ac79c 100644 --- a/.github/workflows/notion-update.yml +++ b/.github/workflows/notion-update.yml @@ -38,7 +38,7 @@ jobs: pnpm run notion - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} base: master diff --git a/.github/workflows/sync-components-types.yml b/.github/workflows/sync-components-types.yml index 7e89c4d2ca91..250bf552818d 100644 --- a/.github/workflows/sync-components-types.yml +++ b/.github/workflows/sync-components-types.yml @@ -52,7 +52,7 @@ jobs: run: pnpm run build:docs-api --force --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} base: master