From a61a84a0da4e5f9c7a511bebc39462f13e9cdca2 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Mon, 3 Mar 2025 19:41:42 -0800 Subject: [PATCH] ci: Update cache action to modern version Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e059a8a..bf149966b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: run: echo "::set-output name=date::`date -u +'%Y-%m-%dT%H:%M:%SZ'`" - name: ccache id: ccache - uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /tmp/ccache key: ${{github.job}}-${{matrix.nametag}}-${{steps.ccache_cache_keys.outputs.date}}