Rework cache handling

This commit is contained in:
Vladimir Safonkin
2022-06-28 14:17:12 +02:00
parent 6036aa2424
commit 0fd92001e9
4 changed files with 69 additions and 49 deletions

View File

@ -23,11 +23,11 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^2.0.2",
"@actions/cache": "^3.0.0",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.2.0",
"@actions/http-client": "^1.0.6",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.5",
"semver": "^6.1.1"