Skip to content

Commit 683f208

Browse files
Merge pull request #172 from Mossaka/fix-ci
.github/workflows/mdbook: bump python version to 3.13
2 parents 61b2ad1 + 0c91343 commit 683f208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Build with mdBook
4747
run: mdbook build component-model
4848
- name: Setup Python
49-
uses: actions/setup-python@v2
49+
uses: actions/setup-python@v5
5050
with:
51-
python-version: 3.10
51+
python-version: '3.13'
5252
- name: Generate sitemap
5353
run: |
5454
cd component-model

0 commit comments

Comments
 (0)