Skip to content

Commit d4899a0

Browse files
authored
Update Python version for deploy action (#1097)
* Update Python version for deploy action * Update actions/setup-python version
1 parent 6e99faa commit d4899a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
submodules: "recursive"
2121
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2222
- name: Setup Python
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.7"
25+
python-version: "3.13"
2626
architecture: "x64"
2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)