Skip to content

Commit 826685b

Browse files
authored
Update Python version in mkdocs_publish workflow
1 parent d96d63e commit 826685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.x
20+
python-version: 3.13
2121
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2222
- uses: actions/cache@v4
2323
with:

0 commit comments

Comments
 (0)