From e5bb10b56ab8c3934ca1c33fcc7fbf7512e9667b Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 10 Nov 2025 14:36:48 -0500 Subject: [PATCH] bust cache Signed-off-by: Alex Goodman --- .github/actions/bootstrap/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index 9c37c572c..54237937c 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -13,7 +13,7 @@ inputs: cache-key-prefix: description: "Prefix all cache keys with this value" required: true - default: "181053ac82" + default: "53ac821810" download-test-fixture-cache: description: "Download test fixture cache from OCI and github actions" required: true