upgrade @actions/cache so it respects SEGMENT_DOWNLOAD_TIMEOUT_MINS (#499)

This commit is contained in:
anthony sottile
2022-09-13 11:04:29 -04:00
committed by GitHub
parent 434aeabbb4
commit b4fe97ecda
5 changed files with 171 additions and 103 deletions

View File

@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.0.0",
"@actions/cache": "^3.0.4",
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.2.0",