Skip to content

Commit 0e5916a

Browse files
authored
Merge pull request #1389 from martindevans/ci_checkout_v6
CI Checkout v6
2 parents ecd1849 + 9d457d9 commit 0e5916a

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
options: --gpus=all --ipc=host --runtime=nvidia
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: Install libraries
3939
run: |
@@ -93,7 +93,7 @@ jobs:
9393
set http_proxy=127.0.0.1:7891
9494
set https_proxy=127.0.0.1:7891
9595
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v6
9797

9898
- name: Clear package cache
9999
run: dotnet clean LLamaSharp.sln && dotnet nuget locals all --clear

.github/workflows/compile.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
arch: arm64
5050
runs-on: ${{ matrix.os }}
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v6
5353
with:
5454
repository: ggerganov/llama.cpp
5555
fetch-depth: 0
@@ -114,7 +114,7 @@ jobs:
114114
git \
115115
linux-headers \
116116
g++
117-
- uses: actions/checkout@v4
117+
- uses: actions/checkout@v6
118118
with:
119119
repository: ggerganov/llama.cpp
120120
fetch-depth: 0
@@ -169,7 +169,7 @@ jobs:
169169
defines: '-DGGML_AVX512=ON -DGGML_AVX512_VBMI=ON -DGGML_AVX512_VNNI=ON'
170170
runs-on: windows-latest
171171
steps:
172-
- uses: actions/checkout@v4
172+
- uses: actions/checkout@v6
173173
with:
174174
repository: ggerganov/llama.cpp
175175
fetch-depth: 0
@@ -225,7 +225,7 @@ jobs:
225225
defines: '-T ClangCL -DCMAKE_GENERATOR_PLATFORM=ARM64 -DGGML_NATIVE=OFF'
226226
runs-on: windows-latest
227227
steps:
228-
- uses: actions/checkout@v4
228+
- uses: actions/checkout@v6
229229
with:
230230
repository: ggerganov/llama.cpp
231231
fetch-depth: 0
@@ -286,7 +286,7 @@ jobs:
286286
steps:
287287
- name: Clone
288288
id: checkout
289-
uses: actions/checkout@v4
289+
uses: actions/checkout@v6
290290
with:
291291
repository: ggerganov/llama.cpp
292292
fetch-depth: 0
@@ -406,7 +406,7 @@ jobs:
406406
steps:
407407
- name: Clone
408408
id: checkout
409-
uses: actions/checkout@v4
409+
uses: actions/checkout@v6
410410
with:
411411
repository: ggerganov/llama.cpp
412412
fetch-depth: 0
@@ -538,7 +538,7 @@ jobs:
538538
MACOS_RPATH_DEFINE: "-DCMAKE_INSTALL_RPATH='@loader_path' -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON"
539539
runs-on: macos-14
540540
steps:
541-
- uses: actions/checkout@v4
541+
- uses: actions/checkout@v6
542542
with:
543543
repository: ggerganov/llama.cpp
544544
fetch-depth: 0
@@ -610,7 +610,7 @@ jobs:
610610
defines: '-DANDROID_ABI=arm64-v8a -DCMAKE_C_FLAGS=-march=armv8.7a -DCMAKE_C_FLAGS=-march=armv8.7a -DGGML_OPENMP=OFF -DLLAMA_BUILD_SERVER=OFF'
611611
runs-on: ubuntu-24.04
612612
steps:
613-
- uses: actions/checkout@v4
613+
- uses: actions/checkout@v6
614614
with:
615615
repository: ggerganov/llama.cpp
616616
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
./dotnet-install.sh --runtime dotnet --channel 8.0 --install-dir /usr/share/dotnet
6161
rm dotnet-install.sh
6262
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
- uses: actions/setup-dotnet@v4
6565
if: ${{ matrix.build != 'linux-musl-x64-cpu' }}
6666
with:

.github/workflows/release-minor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Configure Git Credentials
2020
run: |
2121
git config user.name Rinne

.github/workflows/release-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Configure Git Credentials
2020
run: |
2121
git config user.name Rinne

.github/workflows/update_api_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: |

0 commit comments

Comments
 (0)