Debug-action-cache [patched] -
If an action's input hash changes, the action key changes, leading to a cache miss and re-execution. 2. Common Causes of Action Cache Misses
Before digging into specific keys, you need to see exactly what the runner is doing during the "Restore Cache" and "Post-run: Save Cache" steps. Repository Variable Settings > Secrets and variables > Actions ACTIONS_STEP_DEBUG Workflow Scope : This will force the actions/cache debug-action-cache
You can use this report to document findings after debugging cache misses, corruption, or restore failures. If an action's input hash changes, the action
The debug logs will show you precisely which paths were checked and why they were not found. If an action's input hash changes