diff --git a/package-lock.json b/package-lock.json index 98565e2404..7fd2ff00bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@actions/core": "^1.8.2", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.3", + "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^2.0.1", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3", diff --git a/package.json b/package.json index d240755a26..e119fc8559 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "@actions/core": "^1.8.2", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.3", + "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^2.0.1", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3",