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 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Install Python 3.x
17
17
uses : actions/setup-python@v5
18
18
with :
42
42
- macOS-latest
43
43
steps :
44
44
- name : Check out repository
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
- name : Install Python 3.x
47
47
uses : actions/setup-python@v5
48
48
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Install Python 3.x
22
22
uses : actions/setup-python@v5
23
23
with :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Check out repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- name : Install Python 3.x
40
40
uses : actions/setup-python@v5
41
41
with :
70
70
is_main : false
71
71
steps :
72
72
- name : Check out repository
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
- name : Install Python ${{ matrix.python }}
75
75
uses : actions/setup-python@v5
76
76
with :
You can’t perform that action at this time.
0 commit comments