From a626a98f63dbca62e0e7d3f6b2c3ae99c3efddfe Mon Sep 17 00:00:00 2001 From: Brian Adamson Date: Wed, 26 Mar 2025 00:59:42 -0400 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 39555e8..d5ad83b 100755 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,7 +6,7 @@ env: CMAKE_VERSION: 3.16.2 NINJA_VERSION: 1.9.0 BUILD_TYPE: Release - CCACHE_VERSION: 3.7.7 + CCACHE_VERSION: 4.0.0 jobs: build: @@ -102,7 +102,7 @@ jobs: string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) message("::set-output name=timestamp::${current_date}") - name: ccache cache files - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 with: path: .ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}