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:
ad32e3e19c
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:
4
.github/workflows/_pr_image_build.yaml
vendored
4
.github/workflows/_pr_image_build.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
runner: ubuntu-22.04-arm
|
runner: ubuntu-22.04-arm
|
||||||
tag: arm64
|
tag: arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
if: ${{ inputs.should_push }}
|
if: ${{ inputs.should_push }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download arm64 digests
|
- name: Download arm64 digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user