1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

github actions use python3.12

This commit is contained in:
SkywalkerSpace
2025-08-13 14:36:09 +08:00
parent b2066d68de
commit 6e1590a0fb
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.12"
- uses: actions/setup-node@v3
with:
node-version: "20.x"

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: apt install
run: |