Changed segment size to 128mb & timeout to 10 min

This commit is contained in:
Sankalp Kotewar
2023-03-09 12:54:53 +00:00
committed by GitHub
parent 940f3d7cf1
commit 45f5ee7f01
8 changed files with 12786 additions and 16807 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.0",
"@actions/cache": "^3.2.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"