diff --git a/package-lock.json b/package-lock.json index e752430..ce61427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", - "@actions/exec": "^1.1.1" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.1.1" }, "devDependencies": { "standard": "^17.1.0" diff --git a/package.json b/package.json index 1b9642e..9e5d759 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "dependencies": { "@actions/core": "^1.10.0", - "@actions/exec": "^1.1.1" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.1.1" } }