Bump actions/checkout from 4 to 5 (#2420)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.

- vLLM version: v0.10.0
- vLLM main:
5f5664b3e4

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-19 08:54:56 +08:00
committed by GitHub
parent 9e7c168d99
commit 8fb50a4248
16 changed files with 30 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set model name as output
id: set_output
@@ -109,7 +109,7 @@ jobs:
apt-get -y install gcc g++ cmake libnuma-dev
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: v0.10.0
@@ -138,7 +138,7 @@ jobs:
echo "GHA_VLLM_ASCEND_VERSION=$RESOLVED_VERSION" >> $GITHUB_ENV
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm-ascend
path: ./vllm-ascend
@@ -236,7 +236,7 @@ jobs:
UPSTREAM_REPO: vllm-project/vllm-ascend
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-ascend-ci/vllm-ascend
token: ${{ secrets.PAT_TOKEN }}

View File

@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
path: ./vllm-empty
@@ -46,7 +46,7 @@ jobs:
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0

View File

@@ -53,7 +53,7 @@ jobs:
'ubuntu-24.04-arm'
}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -53,7 +53,7 @@ jobs:
'ubuntu-24.04-arm'
}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -52,7 +52,7 @@ jobs:
'ubuntu-24.04-arm'
}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Print
run: |

View File

@@ -97,12 +97,12 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
path: ./vllm-empty

View File

@@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: "3.11"
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
- run: echo "::add-matcher::.github/workflows/matchers/mypy.json"
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
path: ./vllm-empty

View File

@@ -43,7 +43,7 @@ jobs:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- name: Print
run: |

View File

@@ -52,7 +52,7 @@ jobs:
) }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- name: Print
run: |

View File

@@ -66,7 +66,7 @@ jobs:
git --no-pager log -1 || true
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Run vllm-ascend/tests/e2e/run_doctests.sh
run: |

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@v4
- uses: actions/checkout@v5
- uses: dorny/paths-filter@v3
id: filter
with:
@@ -89,7 +89,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@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_version }}
@@ -102,7 +102,7 @@ jobs:
python3 -m pip uninstall -y triton
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install vllm-project/vllm-ascend
run: |
@@ -160,7 +160,7 @@ jobs:
apt install git -y
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install system dependencies
run: |
@@ -168,7 +168,7 @@ jobs:
apt-get -y install gcc g++ cmake libnuma-dev
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_version }}
@@ -242,7 +242,7 @@ jobs:
apt install git -y
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install system dependencies
run: |
@@ -250,7 +250,7 @@ jobs:
apt-get -y install gcc g++ cmake libnuma-dev
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_version }}

View File

@@ -77,7 +77,7 @@ jobs:
apt install git -y
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install system dependencies
run: |
@@ -85,7 +85,7 @@ jobs:
apt-get -y install git vim wget net-tools gcc g++ cmake libnuma-dev curl gnupg2
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_version }}

View File

@@ -80,7 +80,7 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
- name: Checkout vllm-project/vllm-ascend repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install system dependencies
run: |
@@ -88,7 +88,7 @@ jobs:
apt-get -y install gcc g++ cmake libnuma-dev
- name: Checkout vllm-project/vllm repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: vllm-project/vllm
ref: ${{ matrix.vllm_verison }}