@ -107,3 +107,7 @@
### 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.
@ -1,12 +1,12 @@
{
"name": "cache",
"version": "3.3.1",
"version": "3.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.2",
@ -1,6 +1,6 @@
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",