File tree 2 files changed +14
-9
lines changed
2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 46
46
with :
47
47
fetch-depth : 0
48
48
49
+ - name : Setup newer Python
50
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
51
+ with :
52
+ python-version : " 3.10"
53
+
49
54
- name : Initialize CodeQL
50
55
uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
51
56
with :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ clang-format==15.0.7
4
4
cmake-format == 0.6.13
5
5
black == 24.3.0
6
6
# Tests
7
- packaging == 24.0
7
+ packaging == 24.1
8
8
# Generating HTML documentation
9
- pygments == 2.15.1
10
- sphinxcontrib_applehelp == 1 .0.4
11
- sphinxcontrib_devhelp == 1 .0.2
12
- sphinxcontrib_htmlhelp == 2.0.1
13
- sphinxcontrib_serializinghtml == 1.1.5
14
- sphinxcontrib_qthelp == 1 .0.3
9
+ pygments == 2.18.0
10
+ sphinxcontrib_applehelp == 2 .0.0
11
+ sphinxcontrib_devhelp == 2 .0.0
12
+ sphinxcontrib_htmlhelp == 2.1.0
13
+ sphinxcontrib_serializinghtml == 2.0.0
14
+ sphinxcontrib_qthelp == 2 .0.0
15
15
breathe == 4.35.0
16
- sphinx == 4.5.0
17
- sphinx_book_theme == 0.3 .3
16
+ sphinx == 8.0.2
17
+ sphinx_book_theme == 1.1 .3
You can’t perform that action at this time.
0 commit comments