mirror of
https://github.com/actions/cache.git
synced 2025-09-19 22:34:15 +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.