From 50fee370fb34e9d201a54c9ea295486b37fcc397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:54:28 +0000 Subject: [PATCH] build(deps): bump @actions/http-client from 4.0.0 to 4.0.1 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 4.0.0 to 4.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3bccc6d..c1f73d7f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/github": "^9.1.0", - "@actions/http-client": "^4.0.0", + "@actions/http-client": "^4.0.1", "@actions/io": "^3.0.2", "@actions/tool-cache": "^4.0.0", "@sigstore/bundle": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 2b281418..6c023dbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,6 +130,16 @@ __metadata: languageName: node linkType: hard +"@actions/http-client@npm:^4.0.1": + version: 4.0.1 + resolution: "@actions/http-client@npm:4.0.1" + dependencies: + tunnel: "npm:^0.0.6" + undici: "npm:^6.23.0" + checksum: 10/4fab65bf488e15143db87ce200a9d1f6f81832adfb1cbdadc380bbe2a95c86b1f5daa0d89c029533ccea4cd2b811a84ce984dfd0d6530479b82bc9860e8be704 + languageName: node + linkType: hard + "@actions/io@npm:^3.0.0, @actions/io@npm:^3.0.2": version: 3.0.2 resolution: "@actions/io@npm:3.0.2" @@ -390,7 +400,7 @@ __metadata: "@actions/core": "npm:^3.0.0" "@actions/exec": "npm:^3.0.0" "@actions/github": "npm:^9.1.0" - "@actions/http-client": "npm:^4.0.0" + "@actions/http-client": "npm:^4.0.1" "@actions/io": "npm:^3.0.2" "@actions/tool-cache": "npm:^4.0.0" "@eslint/js": "npm:^9.39.3"