Compare commits

..

4 Commits

Author SHA1 Message Date
Josh Gross 70655ec832 Release v1.1.2 2020-02-05 10:41:57 -05:00
Josh Gross 78a4b2143b Bump version to 1.1.2 2020-02-05 10:40:53 -05:00
Josh Gross 4dc4b4e758 Change name back to Cache 2020-02-05 10:39:52 -05:00
Josh Gross 85aee6a487 Update docs with 5GB limit 2020-02-05 10:33:21 -05:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us
## Cache Limits
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 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.
## Skipping steps based on cache-hit
+1 -1
View File
@@ -1,4 +1,4 @@
name: 'Cache Artifacts'
name: 'Cache'
description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub'
inputs:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cache",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cache",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",