Local-disk cache for self-hosted GitHub Actions runners. Drop-in replacement for actions/cache that reads/writes a shared local directory instead of GitHub's cloud cache servers.
-
Updated
Aug 12, 2026 - Shell
Local-disk cache for self-hosted GitHub Actions runners. Drop-in replacement for actions/cache that reads/writes a shared local directory instead of GitHub's cloud cache servers.
Update a GitHub Actions cache under the same cache key. actions/cache will not update a cache on a cache hit, so this action deletes the stale cache entry and re-saves it under the same key.
To associate your repository with the actions-cache topic, visit your repo's landing page and select "manage topics."