From cd88f892672fbf13070d71308a903400c4139011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:53:26 +0800 Subject: [PATCH] Bump actions/github-script from 7 to 8 (#2803) Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - vLLM version: v0.10.1.1 - vLLM main: https://github.com/vllm-project/vllm/commit/8c892b1831a8a35fbf5a89fedfaae0ab9bef2dd0 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/accuracy_test.yaml | 2 +- .github/workflows/reminder_comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/accuracy_test.yaml b/.github/workflows/accuracy_test.yaml index 28fa553..62720c1 100644 --- a/.github/workflows/accuracy_test.yaml +++ b/.github/workflows/accuracy_test.yaml @@ -303,7 +303,7 @@ jobs: git push -f origin "${{ env.BRANCH_NAME }}" - name: Create PR in upstream via API - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PAT_TOKEN }} script: | diff --git a/.github/workflows/reminder_comment.yml b/.github/workflows/reminder_comment.yml index 64aa0f3..1c45edc 100644 --- a/.github/workflows/reminder_comment.yml +++ b/.github/workflows/reminder_comment.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Remind to run full CI on PR - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | github.rest.issues.createComment({