mirror of
https://github.com/actions/cache.git
synced 2025-04-19 18:46:46 +00:00
Update package.json + changelog
This commit is contained in:
parent
9478269f86
commit
c022fd886e
4 changed files with 7 additions and 3 deletions
|
@ -31,6 +31,7 @@ See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/ac
|
|||
* Two new actions available for granular control over caches - [restore](restore/action.yml) and [save](save/action.yml)
|
||||
* Support cross-os caching as an opt-in feature. See [Cross OS caching](./tips-and-workarounds.md#cross-os-cache) for more info.
|
||||
* Added option to fail job on cache miss. See [Exit workflow on cache miss](./restore/README.md#exit-workflow-on-cache-miss) for more info.
|
||||
* Added option to lookup cache without downloading it.
|
||||
|
||||
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue