mirror of
https://github.com/actions/cache.git
synced 2025-08-19 15:45:05 +00:00
When `read-only` is `true`, the cache is only restored and not saved. This allows for sharing the cache with multiple steps even if these steps may change them, and speeds them up regardless.