From 721ead47d264c29ee0228f2a00acb0d6f7f21d28 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Wed, 25 Sep 2024 15:15:36 -0400 Subject: [PATCH] try using most recent cache action --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e86266bd..6aa48be9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -95,7 +95,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: Setup ccache cache files - uses: actions/cache@v1.1.0 + uses: actions/cache@v4 with: path: ${{github.workspace}}/build/.ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}