Skip to content

Commit 8241e6d

Browse files
committed
🔥 Fixing python version in docs pipeline
1 parent d1e7fca commit 8241e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0 # Important: mike needs full history to manage branches
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v7
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.12"
2020

0 commit comments

Comments
 (0)