Skip to content

Commit 8adcf0a

Browse files
authored
Merge branch 'main' into shiranr/update-content
2 parents fc47a71 + d4899a0 commit 8adcf0a

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)