Skip to content

Caching

Do snapshot runners replace actions/cache?

Quick answer

They can. A snapshot restores the whole machine state, so the install step disappears rather than getting faster.

The detail that matters

Keep actions/cache for artefacts that change more often than the snapshot is rebuilt.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.