File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Set up Python 3.8
1919 uses : actions/setup-python@v4
2020 with :
3434 runs-on : ${{ matrix.os }}
3535
3636 steps :
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v3
3838 - name : Set up Python ${{ matrix.python-version }}
3939 uses : actions/setup-python@v4
4040 with :
6565 runs-on : ${{ matrix.os }}
6666
6767 steps :
68- - uses : actions/checkout@v2
68+ - uses : actions/checkout@v3
6969 - name : Set up Python ${{ matrix.python-version }}
7070 uses : actions/setup-python@v4
7171 with :
8585 format : [html, latex, man]
8686
8787 steps :
88- - uses : actions/checkout@v2
88+ - uses : actions/checkout@v3
8989 - name : Set up Python 3.9
9090 uses : actions/setup-python@v4
9191 with :
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Checkout source
108- uses : actions/checkout@v2
108+ uses : actions/checkout@v3
109109 - name : Set up Python
110110 uses : actions/setup-python@v4
111111 with :
You can’t perform that action at this time.
0 commit comments