File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0 # To fetch all commits to be able to generate benchmarks html
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " 3.10"
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.11"
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
56
56
- name : Download artifacts
57
57
58
58
- name : Set up Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@v2
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : ${{ matrix.python-version }}
62
62
- name : Install wheel and test
85
85
- name : Download artifacts
86
86
87
87
- name : Set up Python ${{ matrix.python-version }}
88
- uses : actions/setup-python@v2
88
+ uses : actions/setup-python@v5
89
89
with :
90
90
python-version : ${{ matrix.python-version }}
91
91
- name : Install wheel and test
You can’t perform that action at this time.
0 commit comments