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 2222 chart-version : ${{ steps.semver.outputs.version }}
2323 steps :
2424 - name : Check out the repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ inputs.ref }}
2828 # This is important for the semver action to work correctly
Original file line number Diff line number Diff line change 2626 security-events : write # required for pushing SARIF files
2727 steps :
2828 - name : Check out the repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 ref : ${{ inputs.ref }}
3232
Original file line number Diff line number Diff line change 2424 security-events : write # required for pushing SARIF files
2525 steps :
2626 - name : Check out the vLLM repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 repository : vllm-project/vllm
3030 ref : ${{ inputs.vllm_ref }}
5252 security-events : write # required for pushing SARIF files
5353 steps :
5454 - name : Check out the vLLM repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 repository : vllm-project/vllm
5858 ref : ${{ inputs.vllm_ref }}
Original file line number Diff line number Diff line change 2424 security-events : write # required for pushing SARIF files
2525 steps :
2626 - name : Check out the vLLM repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 repository : vllm-project/vllm
3030 ref : ${{ inputs.vllm_ref }}
Original file line number Diff line number Diff line change 5151 RELEASE_NAME : ci-test
5252 steps :
5353 - name : Checkout the repo
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 ref : ${{ github.sha }}
5757
Original file line number Diff line number Diff line change 1111 pull-requests : write
1212 steps :
1313 - name : Checkout the config repo
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 fetch-tags : true
You can’t perform that action at this time.
0 commit comments