From 508018e3747fe1fe49ef90b35dcaef87a22c4062 Mon Sep 17 00:00:00 2001 From: trivialfis <16746409+trivialfis@users.noreply.github.com> Date: Mon, 11 May 2026 21:14:32 +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 4c96118..1a43c87 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.12' + default: 'v0.14.0-rapids.13' cache-key-prefix: description: 'Prefix for the cache key' required: false