Release new version of the tool-cache (#838)

* update to latest version of @actions/io

* Release new version and update dependencies

* add pr number
This commit is contained in:
Thomas Boop
2021-06-07 15:50:05 -04:00
committed by GitHub
parent b9414eecb3
commit 11601c0d2d
3 changed files with 13 additions and 7 deletions

View File

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