Reduced download segment size to 128 MB and timeout to 10 minutes (#1129)

* Changed segment size to 128mb & timeout to 10 min

* Updated license

* Updated licenses
This commit is contained in:
Sankalp Kotewar 2023-03-13 10:32:46 +05:30 committed by GitHub
parent 940f3d7cf1
commit 88522ab9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 12860 additions and 16915 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"