[CI] Upgrade GitHub Actions for Node 24 compatibility (#6975)

* [CI] Upgrade GitHub Actions for Node 24 compatibility
This commit is contained in:
YuBaoku
2026-03-23 20:38:22 +08:00
committed by GitHub
parent defaffd5fb
commit 1b276e62d4
11 changed files with 29 additions and 37 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'