Skip to content

Commit 8dc101b

Browse files
committed
python 3.10.19
1 parent 177d9a5 commit 8dc101b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
distribution: temurin
3737
java-version: "8"
3838

39-
# 4. Python 3.10.1 + MkDocs + plugins
40-
- name: Set up Python 3.10.1
39+
# 4. Python 3.10.19 + MkDocs + plugins
40+
- name: Set up Python 3.10.19
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.10.1"
43+
python-version: "3.10.19"
4444

4545
- name: Install MkDocs dependencies
4646
run: |

0 commit comments

Comments
 (0)