From 60e292adf793c0024c131a231988c1486270caf7 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Tue, 7 Jan 2020 15:01:47 -0500 Subject: [PATCH] Update cache limits (#140) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cf6fe..8772244 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us ## Cache Limits -Individual caches are limited to 400MB and a repository can have up to 2GB of caches. Once the 2GB 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. +A repository can have up to 2GB of caches. Once the 2GB 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. ## Skipping steps based on cache-hit