Skip to content

Commit

Permalink
Update README.md - 10GB support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparna Ravindra authored and GitHub committed Nov 23, 2021
1 parent 937d244 commit bd49291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ See [Using contexts to create cache keys](https://help.github.com/en/actions/con

## 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.
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.

## Skipping steps based on cache-hit

Expand Down

0 comments on commit bd49291

Please sign in to comment.