Bump actions/checkout from 6.0.0 to 6.0.1 (#4772)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.

- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
dependabot[bot]
2025-12-08 19:15:40 +08:00
committed by GitHub
parent 0617d7d394
commit 3c3c9a5386
20 changed files with 32 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ jobs:
e2e_tracker: ${{ steps.filter.outputs.e2e_tracker }}
ut_tracker: ${{ steps.filter.outputs.ut_tracker }}
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- uses: dorny/paths-filter@v3
id: filter
with:
@@ -100,7 +100,7 @@ jobs:
apt-get install -y python3-pip git vim wget net-tools gcc g++ cmake libnuma-dev curl gnupg2
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_version }}
@@ -113,7 +113,7 @@ jobs:
python3 -m pip uninstall -y triton
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
- name: Install vllm-project/vllm-ascend
run: |