Skip to content

Commit

Permalink
Bump all packages that have @actions/http-client as a dependency (#1088)
Browse files Browse the repository at this point in the history
* bump @actions/artifact

* update @actions/cache

* Update @actions/core

* Update @actions/github

* update @actions/tool-cache
  • Loading branch information
konradpabjan committed May 13, 2022
1 parent 82efa3d commit 500d0b4
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 12 deletions.
6 changes: 5 additions & 1 deletion packages/artifact/RELEASES.md
Expand Up @@ -81,4 +81,8 @@

### 1.0.1

- Update to v2.0.0 of `@actions/http-client`
- Update to v2.0.0 of `@actions/http-client`

### 1.0.2

- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
2 changes: 1 addition & 1 deletion packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artifact/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "1.0.1",
"version": "1.0.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/cache/RELEASES.md
Expand Up @@ -58,4 +58,7 @@
- Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028)

### 2.0.3
- Update to v2.0.0 of `@actions/http-client`
- Update to v2.0.0 of `@actions/http-client`

### 2.0.4
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
2 changes: 1 addition & 1 deletion packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "2.0.3",
"version": "2.0.4",
"preview": true,
"description": "Actions cache lib",
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions packages/core/RELEASES.md
@@ -1,5 +1,8 @@
# @actions/core Releases

### 1.8.2
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)

### 1.8.1
- Update to v2.0.0 of `@actions/http-client`

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.8.1",
"version": "1.8.2",
"description": "Actions core lib",
"keywords": [
"github",
Expand Down
3 changes: 3 additions & 0 deletions packages/github/RELEASES.md
@@ -1,5 +1,8 @@
# @actions/github Releases

### 5.0.3
- - Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)

### 5.0.2
- Update to v2.0.0 of `@actions/http-client`

Expand Down
2 changes: 1 addition & 1 deletion packages/github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/github/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "5.0.2",
"version": "5.0.3",
"description": "Actions github lib",
"keywords": [
"github",
Expand Down
3 changes: 3 additions & 0 deletions packages/tool-cache/RELEASES.md
@@ -1,5 +1,8 @@
# @actions/tool-cache Releases

### 2.0.1
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)

### 2.0.0
- Update to v2.0.0 of `@actions/http-client`
- The type of the `headers` parameter in the exported function `downloadTool` has been narrowed from `{ [header: string]: any }` to `{ [header: string]: number | string | string[] | undefined; }` (that is, `http.OutgoingHttpHeaders`).
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tool-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "2.0.0",
"version": "2.0.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
Expand Down

0 comments on commit 500d0b4

Please sign in to comment.