Skip to content

Commit b3535a2

Browse files
build(deps): bump @actions/http-client from 2.2.3 to 3.0.0
Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.3 to 3.0.0. - [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: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4f8e5f commit b3535a2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@actions/core": "^1.11.1",
5252
"@actions/exec": "^1.1.1",
5353
"@actions/github": "^6.0.1",
54-
"@actions/http-client": "^2.2.3",
54+
"@actions/http-client": "^3.0.0",
5555
"@actions/io": "^1.1.3",
5656
"@actions/tool-cache": "^2.0.2",
5757
"@azure/storage-blob": "^12.15.0",

yarn.lock

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

172+
"@actions/http-client@npm:^3.0.0":
173+
version: 3.0.0
174+
resolution: "@actions/http-client@npm:3.0.0"
175+
dependencies:
176+
tunnel: "npm:^0.0.6"
177+
undici: "npm:^5.28.5"
178+
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
179+
languageName: node
180+
linkType: hard
181+
172182
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
173183
version: 1.1.3
174184
resolution: "@actions/io@npm:1.1.3"
@@ -1142,7 +1152,7 @@ __metadata:
11421152
"@actions/core": "npm:^1.11.1"
11431153
"@actions/exec": "npm:^1.1.1"
11441154
"@actions/github": "npm:^6.0.1"
1145-
"@actions/http-client": "npm:^2.2.3"
1155+
"@actions/http-client": "npm:^3.0.0"
11461156
"@actions/io": "npm:^1.1.3"
11471157
"@actions/tool-cache": "npm:^2.0.2"
11481158
"@azure/storage-blob": "npm:^12.15.0"

0 commit comments

Comments
 (0)