Upgrade to cache 1.0.1

This commit is contained in:
Dave Hadka 2020-07-21 11:04:17 -05:00
parent 481a91ba10
commit d59a1464f2
4 changed files with 12 additions and 10 deletions

6
package-lock.json generated
View file

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.0.tgz",
"integrity": "sha512-4gF8XNRhZpFNZJL/rzlnZ2H63P+3USLamvhkhIv5v2JKkEkRvgGVnaQ3kY0LAwYXai82U1wVQhn9cegIUxgRQg==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.1.tgz",
"integrity": "sha512-QyMKGZTVB6bRBIMNEoW74LeqYtbY7cSaWNvaT1uqhzjredaW+vNFxv9XF/cyipzwZBVZgizOF2zpdVYnP0UVYg==",
"requires": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.1",