Upgrade python version in lint ci (#16221)

This commit is contained in:
Ke Bao
2025-12-31 18:22:53 +08:00
committed by GitHub
parent e47afa0237
commit b6267de5ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install pre-commit hook
run: |
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install pre-commit hook
run: |