mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-24 18:04:54 +00:00
Merge 576db97211 into 58600a5c77
This commit is contained in:
commit
06e9c0dff4
|
|
@ -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