3131 steps :
3232 - name : Checkout
3333 id : checkout
34- uses : actions/checkout@v4.2.2
34+ uses : actions/checkout@v6
3535 with :
3636 repository : ' leejet/stable-diffusion.cpp'
3737 ref : ' ${{ github.event.inputs.commit }}'
5858 steps :
5959 - name : Checkout
6060 id : checkout
61- uses : actions/checkout@v4.2.2
61+ uses : actions/checkout@v6
6262 with :
6363 repository : ' leejet/stable-diffusion.cpp'
6464 ref : ' ${{ github.event.inputs.commit }}'
@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - name : Checkout
102102 id : checkout
103- uses : actions/checkout@v4.2.2
103+ uses : actions/checkout@v6
104104 with :
105105 repository : ' leejet/stable-diffusion.cpp'
106106 ref : ' ${{ github.event.inputs.commit }}'
@@ -183,7 +183,7 @@ jobs:
183183 steps :
184184 - name : Checkout
185185 id : checkout
186- uses : actions/checkout@v4.2.2
186+ uses : actions/checkout@v6
187187 with :
188188 repository : ' leejet/stable-diffusion.cpp'
189189 ref : ' ${{ github.event.inputs.commit }}'
@@ -230,7 +230,7 @@ jobs:
230230 steps :
231231 - name : Checkout
232232 id : checkout
233- uses : actions/checkout@v4.2.2
233+ uses : actions/checkout@v6
234234 with :
235235 repository : ' leejet/stable-diffusion.cpp'
236236 ref : ' ${{ github.event.inputs.commit }}'
@@ -263,7 +263,7 @@ jobs:
263263 steps :
264264 - name : Checkout
265265 id : checkout
266- uses : actions/checkout@v4.2.2
266+ uses : actions/checkout@v6
267267 with :
268268 repository : ' leejet/stable-diffusion.cpp'
269269 ref : ' ${{ github.event.inputs.commit }}'
@@ -304,7 +304,7 @@ jobs:
304304
305305 - name : Checkout
306306 id : checkout
307- uses : actions/checkout@v4.2.2
307+ uses : actions/checkout@v6
308308 with :
309309 repository : ' leejet/stable-diffusion.cpp'
310310 ref : ' ${{ github.event.inputs.commit }}'
@@ -331,7 +331,7 @@ jobs:
331331 steps :
332332 - name : Checkout
333333 id : checkout
334- uses : actions/checkout@v4.2.2
334+ uses : actions/checkout@v6
335335 with :
336336 repository : ' leejet/stable-diffusion.cpp'
337337 ref : ' ${{ github.event.inputs.commit }}'
@@ -376,10 +376,13 @@ jobs:
376376
377377 steps :
378378 - run : apt-get update && apt-get install -y git
379- - name : Clone
379+
380+ - name : Checkout
380381 id : checkout
381382 uses : actions/checkout@v6
382383 with :
384+ repository : ' leejet/stable-diffusion.cpp'
385+ ref : ' ${{ github.event.inputs.commit }}'
383386 submodules : recursive
384387
385388 - name : Free disk space
@@ -483,7 +486,7 @@ jobs:
483486 steps :
484487 - name : Checkout
485488 id : checkout
486- uses : actions/checkout@v4.2.2
489+ uses : actions/checkout@v6
487490 with :
488491 repository : ' leejet/stable-diffusion.cpp'
489492 ref : ' ${{ github.event.inputs.commit }}'
@@ -523,7 +526,7 @@ jobs:
523526 steps :
524527 - name : Checkout
525528 id : checkout
526- uses : actions/checkout@v4.2.2
529+ uses : actions/checkout@v6
527530
528531 - name : Download artifacts
529532 id : download_artifacts
0 commit comments