Replace typed rest client with new http-client

This commit is contained in:
David Kale 2020-01-31 14:04:35 -05:00
parent 23e301d35c
commit e9d35bb1ee
4 changed files with 84 additions and 79 deletions

View file

@ -26,8 +26,8 @@
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1",
"@actions/http-client": "^1.0.3",
"@actions/io": "^1.0.1",
"typed-rest-client": "^1.5.0",
"uuid": "^3.3.3"
},
"devDependencies": {