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
fix(ci): add run_id to Figma cache key to allow cache updates
GitHub Actions cache is immutable per key. Adding github.run_id
ensures each build creates a unique cache entry, while restore-keys
prefix matching still picks up the most recent one.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments