mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
implement a core logic to cache dependnecies
This commit is contained in:
parent
ad01d131cc
commit
fef7d5836a
4 changed files with 638 additions and 23 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue