From 1f26f83e343e37de357f48eaab6a5c4189598500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:21:00 +0800 Subject: [PATCH] [CI] Bump actions/checkout from 4 to 6 (#6255) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - vLLM version: v0.14.1 - vLLM main: https://github.com/vllm-project/vllm/commit/d68209402ddab3f54a09bc1f4de9a9495a283b60 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/schedule_lint_image_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule_lint_image_build.yaml b/.github/workflows/schedule_lint_image_build.yaml index 3dc86095..2a9d66b0 100644 --- a/.github/workflows/schedule_lint_image_build.yaml +++ b/.github/workflows/schedule_lint_image_build.yaml @@ -22,7 +22,7 @@ jobs: name: vllm-ascend lint image build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false