Skip to content

Commit 1c15344

Browse files
chore(devdeps): update dependency python to v3.14.0 (#5681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32c3ac0 commit 1c15344

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fonts-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python environment
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: "3.13.7"
25+
python-version: "3.14.0"
2626
- uses: pnpm/action-setup@v4.1.0
2727
- uses: actions/setup-node@v5.0.0
2828
with:

.github/workflows/illustrations-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python environment
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13.7"
26+
python-version: "3.14.0"
2727
- uses: pnpm/action-setup@v4.1.0
2828
- uses: actions/setup-node@v5.0.0
2929
with:

.github/workflows/theme-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python environment
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13.7"
26+
python-version: "3.14.0"
2727
- uses: pnpm/action-setup@v4.1.0
2828
- uses: actions/setup-node@v5.0.0
2929
with:

0 commit comments

Comments
 (0)