From ce6e763ddba84515367ace9c36350b51def8dde7 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:03:20 -0500 Subject: [PATCH] test: bust cache prefix to force rebuild Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .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 d0a53f99b..55b9cbd6c 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: "53ac821810" + default: "53ac821811" download-test-fixture-cache: description: "Download test fixture cache from OCI and github actions" required: true