From 680cacdd63864b705af3e2673737df10411cf97c Mon Sep 17 00:00:00 2001 From: Pavel Krulec <70140667+pavelkrulec-ext96968@users.noreply.github.com> Date: Wed, 8 Sep 2021 13:13:53 +0200 Subject: [PATCH] Bump http-client version (actions#221) Bump http-client version to 1.0.11 to fix proxy auth error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c14f855c0..39ee53426 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/glob": "^0.2.0", - "@actions/http-client": "^1.0.9", + "@actions/http-client": "^1.0.11", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.6.1", "semver": "^7.3.4",