3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-27 13:45:51 +00:00

Bumping up the version to fix download issue for files > 2 GB. (#775)

* Bumping up the version to fix download issue for files > 2 GB.

* Update license for cache

Co-authored-by: vsvipul <vsvipul@github.com>
This commit is contained in:
Ashwin Sangem 2022-03-30 15:33:23 +05:30 committed by GitHub
parent 2d8d0d1c9b
commit 7d4f40b464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 162 deletions

View file

@ -10,6 +10,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
## What's New
### v3
* Fixed download issue for files > 2GB during restore.
* Updated the minimum runner version support from node 12 -> node 16.
### v2
@ -181,7 +182,7 @@ steps:
Since GitHub Enterprise Server uses self-hosted runners, dependencies are typically cached on the runner by whatever dependency management tool is being used (npm, maven, etc.). This eliminates the need for explicit caching in some scenarios.
## Changelog schedule and history
## Changelog schedule and history
| Status | Version | Date | Highlights |
|:---|:---|:---|:---|