Skip to content

Commit

Permalink
Merge pull request #172 from Mossaka/fix-ci
Browse files Browse the repository at this point in the history
.github/workflows/mdbook: bump python version to 3.13
  • Loading branch information
kate-goldenring authored Nov 7, 2024
2 parents 61b2ad1 + 0c91343 commit 683f208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Build with mdBook
run: mdbook build component-model
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.13'
- name: Generate sitemap
run: |
cd component-model
Expand Down

0 comments on commit 683f208

Please sign in to comment.