implement a core logic to cache dependnecies

This commit is contained in:
Kengo TODA 2021-07-13 09:04:03 +08:00
parent ad01d131cc
commit fef7d5836a
4 changed files with 638 additions and 23 deletions

View file

@ -24,8 +24,10 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^1.0.7",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/glob": "^0.2.0",
"@actions/http-client": "^1.0.9",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1",