mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-12-25 02:01:48 +01:00
Use tarballs instead of zip archives
This commit is contained in:
parent
d1f6bed957
commit
0968f23612
5 changed files with 622 additions and 1562 deletions
541
dist/restore-only/index.js
vendored
541
dist/restore-only/index.js
vendored
File diff suppressed because one or more lines are too long
541
dist/restore/index.js
vendored
541
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
541
dist/save-only/index.js
vendored
541
dist/save-only/index.js
vendored
File diff suppressed because one or more lines are too long
541
dist/save/index.js
vendored
541
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -49,27 +49,23 @@
|
|||
"@azure/abort-controller": "^1.1.0",
|
||||
"@azure/ms-rest-js": "^2.6.0",
|
||||
"@azure/storage-blob": "^12.13.0",
|
||||
"semver": "^6.3.1",
|
||||
"uuid": "^3.3.3"
|
||||
"semver": "^6.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
},
|
||||
"../toolkit/packages/core": {
|
||||
"name": "@actions/core",
|
||||
"version": "1.10.1",
|
||||
"version": "1.11.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/http-client": "^2.0.1",
|
||||
"uuid": "^8.3.2"
|
||||
"@actions/http-client": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.2",
|
||||
"@types/uuid": "^8.3.4"
|
||||
"@types/node": "^16.18.112"
|
||||
}
|
||||
},
|
||||
"../toolkit/packages/exec": {
|
||||
|
@ -9132,10 +9128,8 @@
|
|||
"@azure/ms-rest-js": "^2.6.0",
|
||||
"@azure/storage-blob": "^12.13.0",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"semver": "^6.3.1",
|
||||
"typescript": "^5.2.2",
|
||||
"uuid": "^3.3.3"
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
},
|
||||
"@actions/core": {
|
||||
|
@ -9143,9 +9137,7 @@
|
|||
"requires": {
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/http-client": "^2.0.1",
|
||||
"@types/node": "^12.0.2",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"uuid": "^8.3.2"
|
||||
"@types/node": "^16.18.112"
|
||||
}
|
||||
},
|
||||
"@actions/exec": {
|
||||
|
|
Loading…
Reference in a new issue