Debug-action-cache -

echo "=== DEBUG ACTION CACHE ===" echo "Current time: $(date)" echo "Cache path: $CACHE_PATH" echo "Expected lockfile hash: $EXPECTED_HASH"

name: Build project run: make build

Next time you see Cache restored from key and suspect something is off, remember the steps: turn on debug logs, check the UI, split restore/save actions, and inspect sizes. Master debug-action-cache , and you master GitHub Actions performance. debug-action-cache