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 15
15
timeout-minutes : 5
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : Setup Python
20
20
uses : actions/setup-python@v5
21
21
with :
29
29
timeout-minutes : 5
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
- name : Setup Python
34
34
uses : actions/setup-python@v5
35
35
with :
69
69
timeout-minutes : 15
70
70
steps :
71
71
- name : Checkout
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
- name : Setup Python
74
74
uses : actions/setup-python@v5
75
75
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
name : Install Python
17
17
with :
28
28
name : Build source distribution
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- uses : actions/setup-python@v5
33
33
name : Install Python
34
34
with :
You can’t perform that action at this time.
0 commit comments