diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9166129..05a5d47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,16 +45,16 @@ jobs: name: ${{ matrix.runner }} • ${{ matrix.compiler }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: ${{ matrix.compiler }} - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.30.4 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} @@ -81,16 +81,16 @@ jobs: name: ${{ matrix.runner }} • xcode-${{ matrix.xcode }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 submodules: true - uses: maxim-lobanov/setup-xcode@v1.6.0 with: xcode-version: ${{ matrix.xcode }} - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.30.4 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} @@ -108,32 +108,32 @@ jobs: name: ${{ matrix.runner }} • ${{ matrix.compiler }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: ${{ matrix.compiler }} - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.30.4 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} clang-tidy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: llvm-18 clangtidy: "18" - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.30.4 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: clang-tidy