From 39f45656cccc2e17840db4c5b468d23608814d86 Mon Sep 17 00:00:00 2001 From: trivialfis <16746409+trivialfis@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:23:01 +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 db5bb27..c10aded 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.14.0-rapids.18' + default: 'v0.14.0-rapids.20' cache-key-prefix: description: 'Prefix for the cache key' required: false