Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Kennedy 1d5c6d34a7 Release @actions/http-client version 3.0.2 2026-01-27 09:45:50 -05:00
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
## Releases
## 3.0.2
- Bump `undici` from `5.28.5` to `6.23.0`
## 3.0.1
- Add support for ACTIONS_ORCHESTRATION_ID in user-agent and default user-agent [#2229](https://github.com/actions/toolkit/pull/2229)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/http-client",
"version": "3.0.1",
"version": "3.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/http-client",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "3.0.1",
"version": "3.0.2",
"description": "Actions Http Client",
"keywords": [
"github",