From ae40d993c43dfc611e40e5a6a19ac2cbd7617271 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Thu, 1 Feb 2024 14:26:32 +0000 Subject: [PATCH] Updated compile.yml to use checkout v4 --- .github/workflows/compile.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8c8c2910..b9145c2b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -33,7 +33,7 @@ jobs: defines: '-DLLAMA_AVX512=ON' runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ggerganov/llama.cpp fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: defines: '-DLLAMA_AVX512=ON -DLLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON' runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ggerganov/llama.cpp fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: steps: - name: Clone id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ggerganov/llama.cpp - name: Download dependencies - Windows @@ -158,7 +158,7 @@ jobs: steps: - name: Clone id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ggerganov/llama.cpp fetch-depth: 0 @@ -214,7 +214,7 @@ jobs: defines: '-DCMAKE_OSX_ARCHITECTURES=x86_64 -DLLAMA_METAL=OFF -DLLAMA_AVX=ON -DLLAMA_AVX2=ON' runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ggerganov/llama.cpp fetch-depth: 0