Skip to content

Commit 281d1c5

Browse files
committed
Add the @actions/cache package
1 parent ea86920 commit 281d1c5

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"@actions/core": "^1.2.3",
2727
"@actions/exec": "^1.0.3",
2828
"@actions/io": "^1.0.2",
29-
"@actions/tool-cache": "^1.3.1"
29+
"@actions/tool-cache": "^1.3.1",
30+
"@actions/cache": "^0.2.1"
3031
},
3132
"devDependencies": {
3233
"@zeit/ncc": "^0.21.1"

yarn.lock

Lines changed: 53 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)