mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-25 02:14:46 +00:00
Fix cache limits in README.md
This commit is contained in:
parent
58600a5c77
commit
576db97211
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue