[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 -4
View File
@@ -33,7 +33,7 @@ jobs:
repo_archive_url: ${{ steps.set_output.outputs.repo_archive_url }}
steps:
- name: Clone FastDeploy
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event_name == 'pull_request'
&& github.event.pull_request.base.ref
@@ -51,7 +51,7 @@ jobs:
git merge --no-ff pr/${{ github.event.pull_request.number }}
echo "PR Branch log "
git log --oneline -n 5 pr/${{ github.event.pull_request.number }}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Code Info Show and Upload
@@ -60,8 +60,6 @@ jobs:
AK: paddle
SK: paddle
run: |
git config --unset http.https://github.com/.extraheader
git submodule foreach --recursive sh -c "git config --local --unset-all 'http.https://github.com/.extraheader'"
git submodule foreach --recursive sh -c "git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'"
echo "Current HEAD Log:"
git log --oneline -n 5