From aea175a4cbd7154b81ca9f9534f781a06e1763e0 Mon Sep 17 00:00:00 2001 From: Ronan Keryell Date: Fri, 1 Mar 2024 11:58:08 -0800 Subject: [PATCH] Update CI actions/checkout to latest version This should fix warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5c09cf89..d81a7f09 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -160,7 +160,7 @@ jobs: pkgconf - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Declare LLVM package repository if needed if: startsWith(matrix.c_compiler, 'clang') || startsWith(matrix.cxx_compiler, 'clang')