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 }};