1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 09:26:43 +00:00

Update README.md

sef
This commit is contained in:
4413a 2024-05-27 23:19:52 -06:00 committed by GitHub
parent 0c45773b62
commit 323c7a0724
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
#sef
# Cache action
This action allows caching dependencies and build outputs to improve workflow execution time.
@ -14,12 +15,12 @@ See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/ac
## What's New
### v4
### v2
* Updated to node 20
* Added a `save-always` flag to save the cache even if a prior step fails
### v3
### v2
* Added support for caching in GHES 3.5+.
* Fixed download issue for files > 2GB during restore.