mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 02:02:53 +01:00
Updated package version to 3.0.3 and dependencies
This commit is contained in:
parent
a2bd439f8e
commit
4ce1a96732
5 changed files with 12479 additions and 16742 deletions
|
@ -6,3 +6,6 @@
|
|||
### 3.0.1
|
||||
- Added support for caching from GHES 3.5.
|
||||
- Fixed download issue for files > 2GB during restore.
|
||||
|
||||
### 3.0.3
|
||||
- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
|
9168
dist/restore/index.js
vendored
9168
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
9168
dist/save/index.js
vendored
9168
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
10880
package-lock.json
generated
10880
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
|
|
Loading…
Reference in a new issue