mirror of
https://github.com/actions/cache.git
synced 2024-11-22 18:01:26 +01:00
Upgrade to the latest cache package
This commit is contained in:
parent
ecaa896193
commit
d2ae025c8f
5 changed files with 27675 additions and 30173 deletions
14460
dist/restore-only/index.js
vendored
14460
dist/restore-only/index.js
vendored
File diff suppressed because it is too large
Load diff
14460
dist/restore/index.js
vendored
14460
dist/restore/index.js
vendored
File diff suppressed because it is too large
Load diff
14460
dist/save-only/index.js
vendored
14460
dist/save-only/index.js
vendored
File diff suppressed because it is too large
Load diff
14460
dist/save/index.js
vendored
14460
dist/save/index.js
vendored
File diff suppressed because it is too large
Load diff
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -37,11 +37,10 @@
|
|||
},
|
||||
"../toolkit/packages/cache": {
|
||||
"name": "@actions/cache",
|
||||
"version": "3.2.4",
|
||||
"version": "3.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^2.1.7",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/glob": "^0.1.0",
|
||||
"@actions/http-client": "^2.1.1",
|
||||
|
@ -9127,8 +9126,7 @@
|
|||
"@actions/cache": {
|
||||
"version": "file:../toolkit/packages/cache",
|
||||
"requires": {
|
||||
"@actions/artifact": "^2.1.7",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/glob": "^0.1.0",
|
||||
"@actions/http-client": "^2.1.1",
|
||||
|
|
Loading…
Reference in a new issue