File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
25
- uses : actions/checkout@v3
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install project
41
41
runs-on : ${{ matrix.os }}
42
42
steps :
43
43
- uses : actions/checkout@v3
44
- - uses : actions/setup-python@v4
44
+ - uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Install project
63
63
runs-on : ${{ matrix.os }}
64
64
steps :
65
65
- uses : actions/checkout@v3
66
- - uses : actions/setup-python@v4
66
+ - uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
- name : Install project
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
83
- uses : actions/checkout@v3
84
- - uses : actions/setup-python@v4
84
+ - uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
87
87
- name : Install Pip
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v3
38
38
- name : Set up Python
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ' 3.x'
42
42
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments