File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
chart-version : ${{ steps.semver.outputs.version }}
23
23
steps :
24
24
- name : Check out the repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
ref : ${{ inputs.ref }}
28
28
# This is important for the semver action to work correctly
Original file line number Diff line number Diff line change 26
26
security-events : write # required for pushing SARIF files
27
27
steps :
28
28
- name : Check out the repository
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
ref : ${{ inputs.ref }}
32
32
Original file line number Diff line number Diff line change 24
24
security-events : write # required for pushing SARIF files
25
25
steps :
26
26
- name : Check out the vLLM repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
repository : vllm-project/vllm
30
30
ref : ${{ inputs.vllm_ref }}
52
52
security-events : write # required for pushing SARIF files
53
53
steps :
54
54
- name : Check out the vLLM repository
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
repository : vllm-project/vllm
58
58
ref : ${{ inputs.vllm_ref }}
Original file line number Diff line number Diff line change 24
24
security-events : write # required for pushing SARIF files
25
25
steps :
26
26
- name : Check out the vLLM repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
repository : vllm-project/vllm
30
30
ref : ${{ inputs.vllm_ref }}
Original file line number Diff line number Diff line change 51
51
RELEASE_NAME : ci-test
52
52
steps :
53
53
- name : Checkout the repo
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
ref : ${{ github.sha }}
57
57
Original file line number Diff line number Diff line change 11
11
pull-requests : write
12
12
steps :
13
13
- name : Checkout the config repo
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
fetch-tags : true
You can’t perform that action at this time.
0 commit comments