Skip to content

Commit ce278f5

Browse files
build(deps): bump @actions/http-client from 3.0.2 to 4.0.0
Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 3.0.2 to 4.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac634d2 commit ce278f5

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@actions/core": "^2.0.3",
5252
"@actions/exec": "^2.0.0",
5353
"@actions/github": "^9.0.0",
54-
"@actions/http-client": "^3.0.2",
54+
"@actions/http-client": "^4.0.0",
5555
"@actions/io": "^3.0.2",
5656
"@actions/tool-cache": "^3.0.1",
5757
"@azure/storage-blob": "^12.29.1",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@ __metadata:
170170
languageName: node
171171
linkType: hard
172172

173+
"@actions/http-client@npm:^4.0.0":
174+
version: 4.0.0
175+
resolution: "@actions/http-client@npm:4.0.0"
176+
dependencies:
177+
tunnel: "npm:^0.0.6"
178+
undici: "npm:^6.23.0"
179+
checksum: 10/05f606174577cae62f563361326cc81ee4c83c468dd75e87ac93f59e8d53369a6479c3fc28a4e8ea1bfbb50c8ed7db941629b5dd9f6e3855fe5f639a2ccdabc5
180+
languageName: node
181+
linkType: hard
182+
173183
"@actions/io@npm:^2.0.0":
174184
version: 2.0.0
175185
resolution: "@actions/io@npm:2.0.0"
@@ -1200,7 +1210,7 @@ __metadata:
12001210
"@actions/core": "npm:^2.0.3"
12011211
"@actions/exec": "npm:^2.0.0"
12021212
"@actions/github": "npm:^9.0.0"
1203-
"@actions/http-client": "npm:^3.0.2"
1213+
"@actions/http-client": "npm:^4.0.0"
12041214
"@actions/io": "npm:^3.0.2"
12051215
"@actions/tool-cache": "npm:^3.0.1"
12061216
"@azure/storage-blob": "npm:^12.29.1"

0 commit comments

Comments
 (0)