From 17fd6c9e6c4a80d46bc0d952ad2e0ce743d04b5a Mon Sep 17 00:00:00 2001 From: trivialfis <16746409+trivialfis@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:16:22 +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 42b1d33..db5bb27 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.15' + default: 'v0.14.0-rapids.18' cache-key-prefix: description: 'Prefix for the cache key' required: false