Try to slow down upload cache

This commit is contained in:
Alex Rodionov 2023-01-10 16:20:36 -08:00
parent 0753213107
commit 74154140df
8 changed files with 473 additions and 218 deletions

11
package-lock.json generated
View file

@ -9,18 +9,21 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "https://github.com/p0deje/toolkit/raw/119134874a4fac8906eaa42635597205de219a0b/packages/cache/actions-cache-3.1.1.tgz",
"@actions/cache": "https://github.com/p0deje/toolkit/raw/730a2921638a36a31bb6bef6a70f34bff2c99aff/packages/cache/actions-cache-3.1.2.tgz",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.3.0",
"@vercel/ncc": "^0.36.0",
"yaml": "^2.2.1"
},
"engines": {
"node": "16.x"
}
},
"node_modules/@actions/cache": {
"version": "3.1.1",
"resolved": "https://github.com/p0deje/toolkit/raw/119134874a4fac8906eaa42635597205de219a0b/packages/cache/actions-cache-3.1.1.tgz",
"integrity": "sha512-9cp8ylNIgGJOyK+dNmoFBh6r36bkNXwl/oHt78s76JLnMuTaJlTwWn6YgivMAJ0xLNulS877nTItyl3SX7C0PA==",
"version": "3.1.2",
"resolved": "https://github.com/p0deje/toolkit/raw/730a2921638a36a31bb6bef6a70f34bff2c99aff/packages/cache/actions-cache-3.1.2.tgz",
"integrity": "sha512-H0QtnN1ZwkjF61Gb5OqgPrd9UBkFTiaedj/ysu1yqOJpzuh6lLPSEWKQdNXl50+rmUjJXZ1wjDBS+kqfxRvbNA==",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",