diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 072f7ae..b1d4c02 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,7 +15,7 @@ jobs: name: build-${{ matrix.os }}-${{ matrix.profile }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Configure run: |