mirror of
https://github.com/actions/cache.git
synced 2026-03-10 17:34:32 +00:00
Prepapre cache v3.5.0 release
This commit is contained in:
parent
2f8e542082
commit
6f8efc29b2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/dunder-proto.dep.yml
Normal file
BIN
.licenses/npm/dunder-proto.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-define-property.dep.yml
Normal file
BIN
.licenses/npm/es-define-property.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-errors.dep.yml
Normal file
BIN
.licenses/npm/es-errors.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-object-atoms.dep.yml
Normal file
BIN
.licenses/npm/es-object-atoms.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-set-tostringtag.dep.yml
Normal file
BIN
.licenses/npm/es-set-tostringtag.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/get-intrinsic.dep.yml
Normal file
BIN
.licenses/npm/get-intrinsic.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/get-proto.dep.yml
Normal file
BIN
.licenses/npm/get-proto.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/gopd.dep.yml
Normal file
BIN
.licenses/npm/gopd.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/has-symbols.dep.yml
Normal file
BIN
.licenses/npm/has-symbols.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/has-tostringtag.dep.yml
Normal file
BIN
.licenses/npm/has-tostringtag.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/math-intrinsics.dep.yml
Normal file
BIN
.licenses/npm/math-intrinsics.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,9 @@
|
||||
# Releases
|
||||
|
||||
### 3.5.0
|
||||
|
||||
- Upgraded `@actions/cache` to v4.1.0 to integrate with the new cache service (v2) APIs & remove client side 10GiB cache size limit.
|
||||
|
||||
### 3.0.0
|
||||
|
||||
- Updated minimum runner version support from node 12 -> node 16
|
||||
|
||||
1597
dist/restore-only/index.js
vendored
1597
dist/restore-only/index.js
vendored
File diff suppressed because one or more lines are too long
1597
dist/restore/index.js
vendored
1597
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
1597
dist/save-only/index.js
vendored
1597
dist/save-only/index.js
vendored
File diff suppressed because one or more lines are too long
1597
dist/save/index.js
vendored
1597
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
1033
package-lock.json
generated
1033
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cache",
|
||||
"version": "3.4.3",
|
||||
"version": "3.5.0",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
@ -23,7 +23,7 @@
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.2",
|
||||
"@actions/cache": "^4.1.0",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.3"
|
||||
@ -48,4 +48,4 @@
|
||||
"ts-jest": "^28.0.8",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user