Compare commits

..

1 Commits

Author SHA1 Message Date
Evgenij (Eugene) Beloded
18d33c2108
Merge ddfa08450f into f7ebb81a3f 2023-08-10 16:25:29 +09:00
3 changed files with 3 additions and 7 deletions

View File

@ -107,7 +107,3 @@
### 3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
### 3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cache",
"version": "3.3.2",
"version": "3.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cache",
"version": "3.3.2",
"version": "3.3.1",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.3.2",
"version": "3.3.1",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",