[Cherry-Pick][CI] Sync develop fix and optimizations to 2.4(#6975) (#7066)

* [Cherry-Pick][CI] Sync develop fix and optimizations to 2.4(#6975)
This commit is contained in:
YuBaoku
2026-03-29 21:57:29 +08:00
committed by GitHub
parent 936c3a05e0
commit 5ac7a6a51e
21 changed files with 206 additions and 42 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
rm -rf * .[^.]*
- name: Checkout base branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 1000
@@ -33,7 +33,7 @@ jobs:
git checkout -b test FETCH_HEAD
- name: Setup Python 3.10
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.10'
cache: 'pip'