From e6da072104715bbeb1f050b28c8fb3bbb306bbf3 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Fri, 6 Feb 2026 01:10:35 -0800 Subject: [PATCH] Update shared-key in setup-rust action to version 2 for improved cache management --- .github/actions/setup-rust/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-rust/action.yml b/.github/actions/setup-rust/action.yml index 6d684c3a3..731c2bb1b 100644 --- a/.github/actions/setup-rust/action.yml +++ b/.github/actions/setup-rust/action.yml @@ -61,7 +61,7 @@ runs: with: key: ${{ inputs.target }} save-if: ${{ inputs.save-cache }} - shared-key: stable-cache + shared-key: stable-cache-v2 # TODO: Re-enable cargo config generation when preprep.mjs is ported # For now, use cargo's defaults which work fine without native deps