From 5960edcc942dbbb24868b1e2862969f48e136aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:44:18 +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 | 2 +- .github/workflows/pr-comment-ci.yml | 4 ++-- .github/workflows/preview-site-publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index f04a5ad30..1ad3897b8 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -42,7 +42,7 @@ jobs: - run: pnpm build - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 id: version with: script: | diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index 57d110d44..58e4cfa36 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -18,7 +18,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: | @@ -97,7 +97,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-site-publish.yml b/.github/workflows/preview-site-publish.yml index ae0944c3e..15ee8f0eb 100644 --- a/.github/workflows/preview-site-publish.yml +++ b/.github/workflows/preview-site-publish.yml @@ -113,7 +113,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 }};