@@ -22,11 +22,11 @@ jobs:
2222 outputs :
2323 result : ${{ steps.result.outputs.RESULT }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 if : ${{ github.event.pull_request.head.sha }}
2727 with :
2828 ref : ${{ github.event.pull_request.head.sha }}
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 if : ${{ github.event_name == 'push' }}
3131 with :
3232 fetch-depth : 0
@@ -62,11 +62,11 @@ jobs:
6262 ssh-private-key : ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
6363 - run : git config --global user.email "ci@deepin.org"
6464 - run : git config --global user.name "deepin-ci"
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 if : ${{ github.event.pull_request.head.sha }}
6767 with :
6868 ref : ${{ github.event.pull_request.head.sha }}
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 if : ${{ github.event_name == 'push' }}
7171 with :
7272 fetch-depth : 0
@@ -157,11 +157,11 @@ jobs:
157157 needs : [debian-setup]
158158 runs-on : ubuntu-latest
159159 steps :
160- - uses : actions/checkout@v3
160+ - uses : actions/checkout@v4
161161 if : ${{ github.event.pull_request.head.sha }}
162162 with :
163163 ref : ${{ github.event.pull_request.head.sha }}
164- - uses : actions/checkout@v3
164+ - uses : actions/checkout@v4
165165 if : ${{ github.event_name == 'push' }}
166166 with :
167167 fetch-depth : 0
@@ -297,7 +297,7 @@ jobs:
297297 done
298298 echo "exit_code=0" >> $GITHUB_OUTPUT
299299 - name : Download all packages
300- uses : actions/download-artifact@v3
300+ uses : actions/download-artifact@v4
301301 with :
302302 name : Debian
303303 path : ./deb
@@ -361,11 +361,11 @@ jobs:
361361 continue-on-error : true
362362 runs-on : ubuntu-latest
363363 steps :
364- - uses : actions/checkout@v3
364+ - uses : actions/checkout@v4
365365 if : ${{ github.event.pull_request.head.sha }}
366366 with :
367367 ref : ${{ github.event.pull_request.head.sha }}
368- - uses : actions/checkout@v3
368+ - uses : actions/checkout@v4
369369 if : ${{ github.event_name == 'push' }}
370370 with :
371371 fetch-depth : 0
@@ -501,7 +501,7 @@ jobs:
501501 done
502502 echo "exit_code=0" >> $GITHUB_OUTPUT
503503 - name : Download all packages
504- uses : actions/download-artifact@v3
504+ uses : actions/download-artifact@v4
505505 with :
506506 name : Deepin
507507 path : ./deb
0 commit comments