mirror of
https://github.com/actions/cache.git
synced 2026-08-22 08:23:01 +00:00
Adds sparse-checkout input. When set, the composite skips GCS restore and save entirely and falls through to a plain actions/checkout. This keeps the full-tree cache uncontaminated by sparse subsets (which would break subsequent full-tree reads on cache hit).