From 2d18ea4393b00174ebcb3fc2826cad4e5169554a Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 7 Nov 2024 23:52:12 +0100 Subject: [PATCH] Update system.yml 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')