Bump @actions/cache to 1.0.4

This commit is contained in:
Dave Hadka
2020-11-03 13:12:34 -06:00
parent 678f278caa
commit 5e8657cf12
3 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "1.0.3",
"version": "1.0.4",
"preview": true,
"description": "Actions cache lib",
"keywords": [
@@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^1.0.9",