From 4ae6f4845ad9e9ecdb2e5390e8fd4668418072a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:10:21 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-publish.yml | 4 ++-- .github/workflows/pr-comment-ci.yml | 6 +++--- .github/workflows/preview-publish.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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 }};