File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : Set up Python 3.8
19
19
uses : actions/setup-python@v4
20
20
with :
34
34
runs-on : ${{ matrix.os }}
35
35
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v3
38
38
- name : Set up Python ${{ matrix.python-version }}
39
39
uses : actions/setup-python@v4
40
40
with :
65
65
runs-on : ${{ matrix.os }}
66
66
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
- name : Set up Python ${{ matrix.python-version }}
70
70
uses : actions/setup-python@v4
71
71
with :
85
85
format : [html, latex, man]
86
86
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
89
89
- name : Set up Python 3.9
90
90
uses : actions/setup-python@v4
91
91
with :
@@ -105,7 +105,7 @@ jobs:
105
105
runs-on : ubuntu-latest
106
106
steps :
107
107
- name : Checkout source
108
- uses : actions/checkout@v2
108
+ uses : actions/checkout@v3
109
109
- name : Set up Python
110
110
uses : actions/setup-python@v4
111
111
with :
You can’t perform that action at this time.
0 commit comments