diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5c205bb..51210ea 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} name: ${{ matrix.os }} - shared=${{ matrix.shared }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build run: | mkdir build @@ -60,7 +60,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: msys2/setup-msys2@v2 with: install: gcc make mingw-w64-x86_64-cmake diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 88c99a0..4f4e6aa 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} name: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # TODO: update makefile to check MANIFEST - name: Install dependencies (MacOS) if: runner.os == 'macOS'