mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Change version from 3.1.0 to 3.0.1 as requested
Co-authored-by: TingluoHuang <[email protected]>
This commit is contained in:
co-authored by
TingluoHuang
parent
4b9031fa77
commit
398e2cb68b
@@ -1,6 +1,6 @@
|
|||||||
## Releases
|
## 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 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)
|
- Add default user-agent when none is provided [#2229](https://github.com/actions/toolkit/pull/2229)
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/http-client",
|
"name": "@actions/http-client",
|
||||||
"version": "3.1.0",
|
"version": "3.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@actions/http-client",
|
"name": "@actions/http-client",
|
||||||
"version": "3.1.0",
|
"version": "3.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tunnel": "^0.0.6",
|
"tunnel": "^0.0.6",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/http-client",
|
"name": "@actions/http-client",
|
||||||
"version": "3.1.0",
|
"version": "3.0.1",
|
||||||
"description": "Actions Http Client",
|
"description": "Actions Http Client",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
|||||||
Reference in New Issue
Block a user