From b801c2837d04547c7a44eb5ff08a6ba188d7f707 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 30 Oct 2025 09:46:17 +0700 Subject: [PATCH] test: expect state 3 --- .github/workflows/test-cache-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cache-actions.yml b/.github/workflows/test-cache-actions.yml index 92d7c2b46..5345cb257 100644 --- a/.github/workflows/test-cache-actions.yml +++ b/.github/workflows/test-cache-actions.yml @@ -9,7 +9,7 @@ on: description: 'Expected state (optional, e.g. "2" to assert state 2)' required: false type: string - default: '2' + default: '3' start_state: description: 'Force specific starting state (optional, e.g. "3" to start at state 3)' required: false