7272 needs : startgate
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v6
75+ - uses : actions/checkout@v7
7676 - uses : actions/setup-java@v5
7777 with :
7878 java-version : ' 21'
9999 needs : startgate
100100 runs-on : ubuntu-latest
101101 steps :
102- - uses : actions/checkout@v6
102+ - uses : actions/checkout@v7
103103 - name : Resolve pinned llama.cpp tag from CMakeLists.txt
104104 id : tag
105105 shell : bash
@@ -112,7 +112,7 @@ jobs:
112112 echo "tag=$TAG" >> "$GITHUB_OUTPUT"
113113 echo "Pinned llama.cpp WebUI tag: $TAG"
114114 - name : Checkout llama.cpp tools/ui at the pinned tag
115- uses : actions/checkout@v6
115+ uses : actions/checkout@v7
116116 with :
117117 repository : ggml-org/llama.cpp
118118 ref : ${{ steps.tag.outputs.tag }}
@@ -196,7 +196,7 @@ jobs:
196196 CUDA_ARCH : ' 120'
197197 DOCKCROSS_ARGS : " -e SCCACHE_WEBDAV_ENDPOINT -e SCCACHE_WEBDAV_TOKEN -e USE_CACHE -e SCCACHE_LOG -e SCCACHE_ERROR_LOG -e RUST_BACKTRACE -e CUDA_FAST_BUILD -e CUDA_ARCH"
198198 steps :
199- - uses : actions/checkout@v6
199+ - uses : actions/checkout@v7
200200 - name : Download shared WebUI assets
201201 uses : actions/download-artifact@v8
202202 with :
@@ -236,7 +236,7 @@ jobs:
236236 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
237237 DOCKCROSS_ARGS : " -e SCCACHE_WEBDAV_ENDPOINT -e SCCACHE_WEBDAV_TOKEN -e USE_CACHE"
238238 steps :
239- - uses : actions/checkout@v6
239+ - uses : actions/checkout@v7
240240 - name : Download shared WebUI assets
241241 uses : actions/download-artifact@v8
242242 with :
@@ -273,7 +273,7 @@ jobs:
273273 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
274274 DOCKCROSS_ARGS : " -e SCCACHE_WEBDAV_ENDPOINT -e SCCACHE_WEBDAV_TOKEN -e USE_CACHE"
275275 steps :
276- - uses : actions/checkout@v6
276+ - uses : actions/checkout@v7
277277 - name : Download shared WebUI assets
278278 uses : actions/download-artifact@v8
279279 with :
@@ -310,7 +310,7 @@ jobs:
310310 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
311311 DOCKCROSS_ARGS : " -e SCCACHE_WEBDAV_ENDPOINT -e SCCACHE_WEBDAV_TOKEN -e USE_CACHE"
312312 steps :
313- - uses : actions/checkout@v6
313+ - uses : actions/checkout@v7
314314 - name : Download shared WebUI assets
315315 uses : actions/download-artifact@v8
316316 with :
@@ -348,7 +348,7 @@ jobs:
348348 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
349349 DOCKCROSS_ARGS : " -e SCCACHE_WEBDAV_ENDPOINT -e SCCACHE_WEBDAV_TOKEN -e USE_CACHE"
350350 steps :
351- - uses : actions/checkout@v6
351+ - uses : actions/checkout@v7
352352 - name : Download shared WebUI assets
353353 uses : actions/download-artifact@v8
354354 with :
@@ -378,7 +378,7 @@ jobs:
378378 SCCACHE_WEBDAV_ENDPOINT : https://cache.depot.dev
379379 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
380380 steps :
381- - uses : actions/checkout@v6
381+ - uses : actions/checkout@v7
382382 - name : Download shared WebUI assets
383383 uses : actions/download-artifact@v8
384384 with :
@@ -423,7 +423,7 @@ jobs:
423423 SCCACHE_WEBDAV_ENDPOINT : https://cache.depot.dev
424424 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
425425 steps :
426- - uses : actions/checkout@v6
426+ - uses : actions/checkout@v7
427427 - name : Download shared WebUI assets
428428 uses : actions/download-artifact@v8
429429 with :
@@ -463,7 +463,7 @@ jobs:
463463 needs : [startgate, build-webui]
464464 runs-on : windows-2025-vs2026
465465 steps :
466- - uses : actions/checkout@v6
466+ - uses : actions/checkout@v7
467467 - name : Download shared WebUI assets
468468 uses : actions/download-artifact@v8
469469 with :
@@ -497,7 +497,7 @@ jobs:
497497 needs : [startgate, build-webui]
498498 runs-on : windows-2025-vs2026
499499 steps :
500- - uses : actions/checkout@v6
500+ - uses : actions/checkout@v7
501501 - name : Download shared WebUI assets
502502 uses : actions/download-artifact@v8
503503 with :
@@ -535,7 +535,7 @@ jobs:
535535 needs : startgate
536536 runs-on : ubuntu-latest
537537 steps :
538- - uses : actions/checkout@v6
538+ - uses : actions/checkout@v7
539539 - uses : actions/setup-java@v5
540540 with :
541541 distribution : ' temurin'
@@ -564,7 +564,7 @@ jobs:
564564 SCCACHE_WEBDAV_ENDPOINT : https://cache.depot.dev
565565 SCCACHE_WEBDAV_TOKEN : ${{ secrets.DEPOT_TOKEN }}
566566 steps :
567- - uses : actions/checkout@v6
567+ - uses : actions/checkout@v7
568568 - name : Download shared WebUI assets
569569 uses : actions/download-artifact@v8
570570 with :
@@ -608,7 +608,7 @@ jobs:
608608 needs : crosscompile-linux-x86_64
609609 runs-on : ubuntu-latest
610610 steps :
611- - uses : actions/checkout@v6
611+ - uses : actions/checkout@v7
612612 - name : Display CPU Info
613613 shell : bash
614614 run : |
@@ -720,7 +720,7 @@ jobs:
720720 needs : startgate
721721 runs-on : ubuntu-latest
722722 steps :
723- - uses : actions/checkout@v6
723+ - uses : actions/checkout@v7
724724 - uses : actions/setup-java@v5
725725 with :
726726 distribution : ' temurin'
@@ -745,7 +745,7 @@ jobs:
745745 needs : build-macos-arm64-metal
746746 runs-on : macos-14
747747 steps :
748- - uses : actions/checkout@v6
748+ - uses : actions/checkout@v7
749749 - name : Display CPU Info
750750 shell : bash
751751 run : |
@@ -825,7 +825,7 @@ jobs:
825825 needs : build-macos-arm64-no-metal
826826 runs-on : macos-15
827827 steps :
828- - uses : actions/checkout@v6
828+ - uses : actions/checkout@v7
829829 - name : Display CPU Info
830830 shell : bash
831831 run : |
@@ -905,7 +905,7 @@ jobs:
905905 needs : build-macos-arm64-metal-15
906906 runs-on : macos-15
907907 steps :
908- - uses : actions/checkout@v6
908+ - uses : actions/checkout@v7
909909 - name : Display CPU Info
910910 shell : bash
911911 run : |
@@ -985,7 +985,7 @@ jobs:
985985 needs : build-windows-x86_64
986986 runs-on : windows-2025-vs2026
987987 steps :
988- - uses : actions/checkout@v6
988+ - uses : actions/checkout@v7
989989 - name : Display CPU Info
990990 shell : pwsh
991991 run : |
@@ -1090,7 +1090,7 @@ jobs:
10901090 - test-java-windows-x86_64
10911091 runs-on : ubuntu-latest
10921092 steps :
1093- - uses : actions/checkout@v6
1093+ - uses : actions/checkout@v7
10941094 - uses : actions/download-artifact@v8
10951095 with :
10961096 pattern : " *-libraries"
@@ -1128,7 +1128,7 @@ jobs:
11281128 permissions :
11291129 contents : write
11301130 steps :
1131- - uses : actions/checkout@v6
1131+ - uses : actions/checkout@v7
11321132 - uses : actions/setup-java@v5
11331133 with : { java-version: '${{ env.JAVA_VERSION }}', distribution: temurin }
11341134 - uses : actions/download-artifact@v8
@@ -1178,7 +1178,7 @@ jobs:
11781178 permissions :
11791179 contents : write
11801180 steps :
1181- - uses : actions/checkout@v6
1181+ - uses : actions/checkout@v7
11821182 - uses : actions/download-artifact@v8
11831183 with :
11841184 pattern : " *-libraries"
@@ -1262,7 +1262,7 @@ jobs:
12621262 permissions :
12631263 contents : write
12641264 steps :
1265- - uses : actions/checkout@v6
1265+ - uses : actions/checkout@v7
12661266 - uses : actions/download-artifact@v8
12671267 with :
12681268 pattern : " *-libraries"
0 commit comments