Add the @actions/cache package

This commit is contained in:
Benoit Daloze
2020-06-14 13:22:16 +02:00
parent ea86920b92
commit 281d1c54fe
2 changed files with 55 additions and 3 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.1"
"@actions/tool-cache": "^1.3.1",
"@actions/cache": "^0.2.1"
},
"devDependencies": {
"@zeit/ncc": "^0.21.1"