Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump tool-cache's http-client to 1.0.8 #429

Merged
merged 2 commits into from
Apr 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/tool-cache/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @actions/tool-cache Releases

### 1.3.4

- [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429)

Here is [the security issue](https://github.com/actions/http-client/pull/27) that was fixed in the http-client 1.0.8 release

### 1.3.3

- [Update downloadTool to only retry 500s and 408 and 429](https://github.com/actions/toolkit/pull/373)
Expand Down
26 changes: 22 additions & 4 deletions packages/tool-cache/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/tool-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.3.3",
"version": "1.3.4",
"description": "Actions tool-cache lib",
"keywords": [
"github",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.3",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
Expand Down