File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
50
50
51
51
- name : Set up Python
52
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
52
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
53
53
54
54
- name : Get vLLM release version
55
55
run : |
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Checkout vllm-project/vllm-ascend repo
14
14
uses : actions/checkout@v4
15
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
15
+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
16
16
with :
17
17
python-version : " 3.11"
18
18
- run : echo "::add-matcher::.github/workflows/matchers/actionlint.json"
Original file line number Diff line number Diff line change 50
50
lscpu
51
51
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
53
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
Original file line number Diff line number Diff line change 73
73
74
74
- name : Set up Python ${{ matrix.python-version }}
75
75
if : startsWith(github.ref, 'refs/tags/')
76
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
76
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
77
77
with :
78
78
python-version : ${{ matrix.python-version }}
79
79
You can’t perform that action at this time.
0 commit comments