diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3d8d91e..fdc4409 100755 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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@v1.1.0 + uses: actions/cache@v4.0.0 with: path: .ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}