We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f00ea commit a40bce7Copy full SHA for a40bce7
packages/tool-cache/package.json
@@ -32,17 +32,17 @@
32
"url": "https://github.com/actions/toolkit/issues"
33
},
34
"dependencies": {
35
- "semver": "^6.1.0",
36
- "typed-rest-client": "^1.4.0",
37
- "uuid": "^3.3.2",
38
"@actions/core": "^1.0.0",
+ "@actions/exec": "^1.0.0",
39
"@actions/io": "^1.0.0",
40
- "@actions/exec": "^1.0.0"
+ "semver": "^6.1.0",
+ "typed-rest-client": "^1.4.0",
+ "uuid": "^3.3.2"
41
42
"devDependencies": {
43
- "nock": "^10.0.6",
44
"@types/nock": "^10.0.3",
45
"@types/semver": "^6.0.0",
46
- "@types/uuid": "^3.4.4"
+ "@types/uuid": "^3.4.4",
+ "nock": "^10.0.6"
47
}
48
0 commit comments