From 93421035c599794c7192b76de3ad309b7c990c13 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Mon, 22 Apr 2024 16:02:19 +0200 Subject: [PATCH] CI: update action/checkout to v4 Signed-off-by: Laurent Cheylus --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8fac32..1b2200b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: llvm: [14, 15, 16, 17] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update Homebrew if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh run: brew update @@ -33,7 +33,7 @@ jobs: llvm: [14, 15, 16, 17] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install LLVM run: | echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list