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