Change version from 3.1.0 to 3.0.1 as requested

Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-07 18:31:01 +00:00
parent 4b9031fa77
commit 398e2cb68b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Releases
## 3.1.0
## 3.0.1
- Add support for ACTIONS_ORCHESTRATION_ID in user-agent [#2229](https://github.com/actions/toolkit/pull/2229)
- Add default user-agent when none is provided [#2229](https://github.com/actions/toolkit/pull/2229)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/http-client",
"version": "3.1.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/http-client",
"version": "3.1.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "3.1.0",
"version": "3.0.1",
"description": "Actions Http Client",
"keywords": [
"github",