File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Set up Python 3.11
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
- name : Build wheel and source tarball
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 3.11
16
- uses : actions/setup-python@v4
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 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments