Bump @actions/tool-cache to 2.0.0

This allows us to drop our direct dependency on `@actions/http-client`.
This commit is contained in:
Henry Mercer 2022-05-13 11:54:40 +01:00
parent 1fae5bf71b
commit 54b4854fda
64 changed files with 2252 additions and 99 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.7.1",
"version": "2.0.0",
"description": "Actions tool-cache lib",
"keywords": [
"github",
@ -38,7 +38,7 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.8",
"@actions/http-client": "^2.0.0",
"@actions/io": "^1.1.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"