diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efddf61..407cd06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare build tools - uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 + uses: aminya/setup-cpp@12e62a1b8da8f1e66acc75305a2621234ef49dd0 # v0.46.0 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }}