Skip to content

Commit 22f558e

Browse files
chore(deps): bump @actions/http-client from 2.2.2 to 2.2.3 (#474)
Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.2 to 2.2.3. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e33108 commit 22f558e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@actions/core": "^1.10.1",
3030
"@actions/exec": "^1.1.1",
31-
"@actions/http-client": "^2.2.2",
31+
"@actions/http-client": "^2.2.3",
3232
"@actions/tool-cache": "^2.0.1",
3333
"js-yaml": "^4.1.0",
3434
"semver": "^7.6.3",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ __metadata:
5050
languageName: node
5151
linkType: hard
5252

53-
"@actions/http-client@npm:^2.2.2":
54-
version: 2.2.2
55-
resolution: "@actions/http-client@npm:2.2.2"
53+
"@actions/http-client@npm:^2.2.3":
54+
version: 2.2.3
55+
resolution: "@actions/http-client@npm:2.2.3"
5656
dependencies:
5757
tunnel: ^0.0.6
5858
undici: ^5.25.4
59-
checksum: 56c3d73f0f1650c88f810133c00762aa276fe908bd41619ce72b4b1c4cd4f8149eefb260214bafbbc41281118d0569efb7cee6da676c79b93a133dda7f445257
59+
checksum: 5d395df575d30ae599efa10dd715e72944b015e753db61f0a823f737acbb0e99743d4a9f25e812b18ec8cc34f86c73565d075c449e01ffa891577b6595212dde
6060
languageName: node
6161
linkType: hard
6262

@@ -3091,7 +3091,7 @@ __metadata:
30913091
dependencies:
30923092
"@actions/core": ^1.10.1
30933093
"@actions/exec": ^1.1.1
3094-
"@actions/http-client": ^2.2.2
3094+
"@actions/http-client": ^2.2.3
30953095
"@actions/tool-cache": ^2.0.1
30963096
"@types/node": ^20.6.0
30973097
"@typescript-eslint/eslint-plugin": ^6.6.0

0 commit comments

Comments
 (0)