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

This commit is contained in:
Bryan MacFarlane
2020-04-23 21:12:00 -04:00
committed by GitHub
parent 1688b117e1
commit eec6689a61
3 changed files with 30 additions and 6 deletions
+6
View File
@@ -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)