diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 775e7e0ba7..542c0e1e14 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -43,7 +43,7 @@ jobs: - run: pnpm -C packages/tdesign-react/site run preview - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 id: domain with: script: | @@ -76,7 +76,7 @@ jobs: - run: pnpm -C packages/tdesign-react-aigc/site run preview - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 id: domain with: script: | diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index c36520ab7d..6c219e0e2f 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -20,7 +20,7 @@ jobs: .github/.pr-comment-ci-whitelist sparse-checkout-cone-mode: false - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 id: get-action with: script: | @@ -157,7 +157,7 @@ jobs: - name: bot commtent id: bot-comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}` @@ -274,7 +274,7 @@ jobs: - name: bot commtent id: bot-comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}` diff --git a/.github/workflows/preview-publish.yml b/.github/workflows/preview-publish.yml index dc188aadcb..2bcc5d9df4 100644 --- a/.github/workflows/preview-publish.yml +++ b/.github/workflows/preview-publish.yml @@ -73,7 +73,7 @@ jobs: steps: - name: jobs report id: report - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const pr_id = ${{ needs.preview-context.outputs.pr_id }};