build(cache): Update cache tool version

Graceful handling of error (non-validation one)
This commit is contained in:
Evgenii Korolevskii
2022-06-24 15:32:10 +02:00
parent 62808131e1
commit d397c16c56
4 changed files with 8270 additions and 6792 deletions

View File

@ -24,7 +24,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^2.0.2",
"@actions/cache": "^3.0.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/glob": "^0.2.0",
@ -45,4 +45,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.2.3"
}
}
}