diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 2c34a25..f6e61dc 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -25,7 +25,7 @@ jobs: run: | which ${{matrix.cxx}} ${{matrix.cxx}} --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: mkdir bin run: mkdir bin - name: cmake