From 4861484b68db88fc86274bd9bfe3b192b24519f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:16:43 +0800 Subject: [PATCH] Bump actions/checkout from 4 to 6 (#5234) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - vLLM version: release/v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/ad32e3e19ccf0526cb6744a5fed09a138a5fb2f9 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_pr_image_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_pr_image_build.yaml b/.github/workflows/_pr_image_build.yaml index 269255fc..89f551a4 100644 --- a/.github/workflows/_pr_image_build.yaml +++ b/.github/workflows/_pr_image_build.yaml @@ -38,7 +38,7 @@ jobs: runner: ubuntu-22.04-arm tag: arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false @@ -100,7 +100,7 @@ jobs: if: ${{ inputs.should_push }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download arm64 digests uses: actions/download-artifact@v4