diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 593a07e..ce1fa9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare build tools - uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1 + uses: aminya/setup-cpp@5962369655effd7210f2da2a84a9dbf2be48ca29 # v0.38.3 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }}