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')