File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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@v3
41
+ uses : actions/checkout@v4
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@v3
8
+ - uses : actions/checkout@v4
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@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
44
44
runs-on : ${{ matrix.os }}
45
45
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- uses : actions/setup-python@v4
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
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@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v4
23
23
with :
Original file line number Diff line number Diff line change 9
9
update-intrinsics :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Setup
15
15
run : |
You can’t perform that action at this time.
0 commit comments