@@ -22,11 +22,11 @@ jobs:
2222 outputs :
2323 result : ${{ steps.result.outputs.RESULT }}
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 if : ${{ github.event.pull_request.head.sha }}
2727 with :
2828 ref : ${{ github.event.pull_request.head.sha }}
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
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@v4
65+ - uses : actions/checkout@v5
6666 if : ${{ github.event.pull_request.head.sha }}
6767 with :
6868 ref : ${{ github.event.pull_request.head.sha }}
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
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@v4
160+ - uses : actions/checkout@v5
161161 if : ${{ github.event.pull_request.head.sha }}
162162 with :
163163 ref : ${{ github.event.pull_request.head.sha }}
164- - uses : actions/checkout@v4
164+ - uses : actions/checkout@v5
165165 if : ${{ github.event_name == 'push' }}
166166 with :
167167 fetch-depth : 0
@@ -361,11 +361,11 @@ jobs:
361361 continue-on-error : true
362362 runs-on : ubuntu-latest
363363 steps :
364- - uses : actions/checkout@v4
364+ - uses : actions/checkout@v5
365365 if : ${{ github.event.pull_request.head.sha }}
366366 with :
367367 ref : ${{ github.event.pull_request.head.sha }}
368- - uses : actions/checkout@v4
368+ - uses : actions/checkout@v5
369369 if : ${{ github.event_name == 'push' }}
370370 with :
371371 fetch-depth : 0
0 commit comments