File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v3
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 5
5
docs :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v3
9
9
- uses : sphinx-toolbox/sphinx-action@master
10
10
with :
11
11
pre-build-command : " pip install .[docs]"
Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.os }}
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- uses : actions/setup-python@v2
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
37
37
runs-on : ${{ matrix.os }}
38
38
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions/setup-python@v2
42
42
with :
43
43
python-version : " 3.10"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v2
23
23
with :
You can’t perform that action at this time.
0 commit comments