Skip to content

Commit a40bce7

Browse files
author
Danny McCormick
committed
Publish
- @actions/core@1.0.0 - @actions/exec@1.0.0 - @actions/github@1.0.0 - @actions/io@1.0.0 - @actions/tool-cache@1.0.0
1 parent d7f00ea commit a40bce7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/tool-cache/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"url": "https://github.com/actions/toolkit/issues"
3333
},
3434
"dependencies": {
35-
"semver": "^6.1.0",
36-
"typed-rest-client": "^1.4.0",
37-
"uuid": "^3.3.2",
3835
"@actions/core": "^1.0.0",
36+
"@actions/exec": "^1.0.0",
3937
"@actions/io": "^1.0.0",
40-
"@actions/exec": "^1.0.0"
38+
"semver": "^6.1.0",
39+
"typed-rest-client": "^1.4.0",
40+
"uuid": "^3.3.2"
4141
},
4242
"devDependencies": {
43-
"nock": "^10.0.6",
4443
"@types/nock": "^10.0.3",
4544
"@types/semver": "^6.0.0",
46-
"@types/uuid": "^3.4.4"
45+
"@types/uuid": "^3.4.4",
46+
"nock": "^10.0.6"
4747
}
4848
}

0 commit comments

Comments
 (0)