77 check :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - uses : psf/black@stable
1212
1313 check-doc :
1414 runs-on : ubuntu-20.04
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 with :
1919 submodules : recursive
2020 fetch-depth : 0
2121
22- - uses : actions/setup-python@v2
22+ - uses : actions/setup-python@v4
2323 with :
2424 python-version : 3.8
2525 - name : Sphinx
@@ -32,22 +32,22 @@ jobs:
3232 runs-on : ${{ matrix.os }}
3333 strategy :
3434 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]
3838 exclude :
39- - os : macos-latest
39+ - os : macos-13
4040 architecture : x86
4141 - os : ubuntu-20.04
4242 architecture : x86
4343
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 with :
4747 submodules : recursive
4848 fetch-depth : 0
4949
50- - uses : actions/setup-python@v2
50+ - uses : actions/setup-python@v4
5151 with :
5252 python-version : ${{ matrix.python_version }}
5353 architecture : ${{ matrix.architecture }}
@@ -72,12 +72,12 @@ jobs:
7272 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
7373
7474 steps :
75- - uses : actions/checkout@v2
75+ - uses : actions/checkout@v4
7676 with :
7777 submodules : recursive
7878 fetch-depth : 0
7979
80- - uses : actions/setup-python@v2
80+ - uses : actions/setup-python@v4
8181 with :
8282 python-version : 3.8
8383 - run : pip --disable-pip-version-check install wheel
0 commit comments