You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace hashFiles() with github.sha for cache keys
- hashFiles() is failing on GitHub Actions runners
- Use github.sha which is reliable and unique per commit
- Still maintains restore-keys for cache reuse between builds
- This should fix all CI cache-related failures
0 commit comments