Skip to content

Commit 99a485e

Browse files
Merge dbe0795 into bcc8665
2 parents bcc8665 + dbe0795 commit 99a485e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fonts-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python environment
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.10.16"
2626
- uses: pnpm/action-setup@v4.1.0
2727
- uses: actions/setup-node@v4.2.0
2828
with:

.github/workflows/illustrations-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python environment
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.10.16"
2626
- uses: pnpm/action-setup@v4.1.0
2727
- uses: actions/setup-node@v4.2.0
2828
with:

.github/workflows/theme-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python environment
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.10.16"
2727
- uses: pnpm/action-setup@v4.1.0
2828
- uses: actions/setup-node@v4.2.0
2929
with:

0 commit comments

Comments
 (0)