diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6f561ad..05b8bd3 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@v6 + - uses: actions/checkout@v7 - name: Build run: | mkdir build @@ -60,7 +60,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 fe83a7e..0c0e5ff 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@v6 + - uses: actions/checkout@v7 # TODO: update makefile to check MANIFEST - name: Install dependencies (MacOS) if: runner.os == 'macOS'