From 7ab63661f57ae3b953ab8a2ed2880e67b6f3b9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:44:02 +0800 Subject: [PATCH] Bump actions/github-script from 7 to 8 (#5796) Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2f4e6548efec402b913ffddc8726230d9311948d Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr_close_cancel_job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_close_cancel_job.yaml b/.github/workflows/pr_close_cancel_job.yaml index 3b4de03c..66731290 100644 --- a/.github/workflows/pr_close_cancel_job.yaml +++ b/.github/workflows/pr_close_cancel_job.yaml @@ -11,7 +11,7 @@ jobs: cancel: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ github.token }} script: |