7
7
check :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- uses : psf/black@stable
12
12
13
13
check-doc :
14
14
runs-on : ubuntu-20.04
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
submodules : recursive
20
20
fetch-depth : 0
21
21
22
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
23
23
with :
24
24
python-version : 3.8
25
25
- name : Sphinx
@@ -32,22 +32,22 @@ jobs:
32
32
runs-on : ${{ matrix.os }}
33
33
strategy :
34
34
matrix :
35
- os : [windows-latest, macos-latest , ubuntu-20.04]
36
- python_version : [3.5, 3.6, 3.7, 3. 8]
37
- architecture : [x86, x64]
35
+ os : [windows-latest, macos-13 , ubuntu-20.04]
36
+ python_version : [3.8]
37
+ architecture : [x64]
38
38
exclude :
39
- - os : macos-latest
39
+ - os : macos-13
40
40
architecture : x86
41
41
- os : ubuntu-20.04
42
42
architecture : x86
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v4
46
46
with :
47
47
submodules : recursive
48
48
fetch-depth : 0
49
49
50
- - uses : actions/setup-python@v2
50
+ - uses : actions/setup-python@v4
51
51
with :
52
52
python-version : ${{ matrix.python_version }}
53
53
architecture : ${{ matrix.architecture }}
@@ -72,12 +72,12 @@ jobs:
72
72
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
73
73
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v4
76
76
with :
77
77
submodules : recursive
78
78
fetch-depth : 0
79
79
80
- - uses : actions/setup-python@v2
80
+ - uses : actions/setup-python@v4
81
81
with :
82
82
python-version : 3.8
83
83
- run : pip --disable-pip-version-check install wheel
0 commit comments