From cace9f5b66f20b58f71ac674b3cfc3f57f166c83 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 19 Aug 2024 14:59:08 +0200 Subject: [PATCH] Update system.yaml switch to node.js20 (node<20 is deprecated) Signed-off-by: Andrea --- .github/workflows/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system.yaml b/.github/workflows/system.yaml index 1bd6dce9..9ca43c21 100644 --- a/.github/workflows/system.yaml +++ b/.github/workflows/system.yaml @@ -37,7 +37,7 @@ jobs: cxx: "g++", } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies on ubuntu if: startsWith(matrix.config.name, 'Ubuntu')