File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- ' 3.12-dev'
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : actions/setup-python@v4
17
+ - uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Install Package
38
38
python-version : ["3.11"]
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - uses : actions/setup-python@v4
41
+ - uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ' 3.x'
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments