From 2312b59dadebd6ccfce33adaa2236e2cb142b958 Mon Sep 17 00:00:00 2001 From: Matthieu Bizien Date: Wed, 26 Apr 2023 21:41:29 +0200 Subject: [PATCH] Fix Cache Limits section of the README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a887a05..7bd31dd 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,9 @@ See [Using contexts to create cache keys](https://help.github.com/en/actions/con ## Cache Limits -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. +Actions-cache-s3 don't have any limits in terms of size or age of the cache. + +Eviction may be handled separately, for example using [S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html). ## Skipping steps based on cache-hit