diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e687105..f17abea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - name: Restore build cache if: runner.os != 'Windows' - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ${{ matrix.cache-path }} key: build-cache-${{ matrix.os }}-debug-${{ hashFiles('versions.cmake', 'src/sources.cmake') }}-${{ github.sha }} @@ -160,7 +160,7 @@ jobs: run: brew install ccache - name: Restore build cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/Library/Caches/ccache key: build-cache-macos-15-${{ hashFiles('versions.cmake', 'src/sources.cmake') }}-${{ github.sha }} @@ -226,7 +226,7 @@ jobs: run: sudo apt-get install -y ccache - name: Restore build cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cache/ccache key: build-cache-ubuntu-24.04-${{ hashFiles('versions.cmake', 'src/sources.cmake') }}-${{ github.sha }}