From a82433321853263062958508657e95babe36edeb Mon Sep 17 00:00:00 2001 From: trivialfis <16746409+trivialfis@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:35:20 +0000 Subject: [PATCH] [CI] Update sccache to latest release --- actions/sccache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/sccache/action.yml b/actions/sccache/action.yml index ddc2a4a..98904e6 100644 --- a/actions/sccache/action.yml +++ b/actions/sccache/action.yml @@ -6,7 +6,7 @@ inputs: version: description: 'Version of sccache to install' required: false - default: 'v0.16.0-rapids.4' + default: 'v0.17.0-rapids.4' cache-key-prefix: description: 'Prefix for the cache key' required: false