From 3dfa73a82d7fc6c38d795d6b9d361622b7b43163 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 May 2026 05:58:39 +0000 Subject: [PATCH] fix(deps): update dependency @actions/http-client to v4.0.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d2c6bbc..ea7edba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "3.0.0", - "@actions/http-client": "4.0.0", + "@actions/http-client": "4.0.1", "@actions/tool-cache": "4.0.0", "uuid": "9.0.1" }, @@ -62,9 +62,9 @@ } }, "node_modules/@actions/http-client": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.0.tgz", - "integrity": "sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.1.tgz", + "integrity": "sha512-+Nvd1ImaOZBSoPbsUtEhv+1z99H12xzncCkz0a3RuehINE81FZSe2QTj3uvAPTcJX/SCzUQHQ0D1GrPMbrPitg==", "license": "MIT", "dependencies": { "tunnel": "^0.0.6", diff --git a/package.json b/package.json index 3f7353af..a7433250 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@actions/core": "3.0.0", - "@actions/http-client": "4.0.0", + "@actions/http-client": "4.0.1", "@actions/tool-cache": "4.0.0", "uuid": "9.0.1" },