@@ -125,14 +125,14 @@ jobs:
125125 repo_archive_url : ${{ steps.set_output.outputs.repo_archive_url }}
126126 steps :
127127 - name : Clone FastDeploy
128- uses : actions/checkout@v4
128+ uses : actions/checkout@v6
129129 with :
130130 ref : ${{ github.ref_name }}
131131 submodules : ' recursive'
132132 fetch-depth : 1000
133133
134134 - name : Python Setup
135- uses : actions/setup-python@v5
135+ uses : actions/setup-python@v6
136136 with :
137137 python-version : ' 3.10'
138138 - name : Code Info Show and Upload
@@ -141,8 +141,6 @@ jobs:
141141 AK : ${{ secrets.BOS_AK }}
142142 SK : ${{ secrets.BOS_SK }}
143143 run : |
144- git config --unset http.https://github.com/.extraheader
145- git submodule foreach --recursive sh -c "git config --local --unset-all 'http.https://github.com/.extraheader'"
146144 git submodule foreach --recursive sh -c "git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'"
147145 echo "Current HEAD Log:"
148146 git log --oneline -n 5
@@ -243,7 +241,7 @@ jobs:
243241 SK : ${{ secrets.BOS_SK }}
244242 FD_ROUTER_URL : ${{ needs.build_fd_router.outputs.fd_router_path }}
245243 steps :
246- - uses : actions/setup-python@v5
244+ - uses : actions/setup-python@v6
247245 with :
248246 python-version : ' 3.10'
249247 - name : Fd-Router Info Show and Upload
@@ -299,7 +297,7 @@ jobs:
299297 SK : ${{ secrets.BOS_SK }}
300298 FASTDEPLOY_WHEEL_URL : ${{ needs.build_cu126.outputs.wheel_path }}
301299 steps :
302- - uses : actions/setup-python@v5
300+ - uses : actions/setup-python@v6
303301 with :
304302 python-version : ' 3.10'
305303 - name : Wheel Info Show and Upload
@@ -331,7 +329,7 @@ jobs:
331329 SK : ${{ secrets.BOS_SK }}
332330 FASTDEPLOY_WHEEL_URL : ${{ needs.build_cu129.outputs.wheel_path_cu129 }}
333331 steps :
334- - uses : actions/setup-python@v5
332+ - uses : actions/setup-python@v6
335333 with :
336334 python-version : ' 3.10'
337335 - name : Wheel Info Show and Upload
@@ -363,7 +361,7 @@ jobs:
363361 SK : ${{ secrets.BOS_SK }}
364362 FASTDEPLOY_WHEEL_URL : ${{ needs.build_cu130.outputs.wheel_path_cu130 }}
365363 steps :
366- - uses : actions/setup-python@v5
364+ - uses : actions/setup-python@v6
367365 with :
368366 python-version : ' 3.10'
369367 - name : Wheel Info Show and Upload
0 commit comments