This commit is contained in:
Loup 2026-08-21 11:08:18 +00:00 committed by GitHub
commit 06e9c0dff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,4 +157,4 @@ For more context and information see [issue #57](https://github.com/awalsh128/ca
### Cache Limits
A repository can have up to 5GB of caches. Once the 5GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last week will also be evicted. To get more information on how to access and manage your actions's caches, see [GitHub Actions / Using workflows / Cache dependencies](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#viewing-cache-entries).
A repository can have up to 10GB of caches. Once the 10GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last week will also be evicted. To get more information on how to access and manage your actions's caches, see [GitHub Actions / Using workflows / Cache dependencies](https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#default-limits).