Use 0.2.1 cache package

This commit is contained in:
Aiqiao Yan 2020-05-20 15:20:07 -04:00
parent 1034aaeec8
commit 6c7d57dc97
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@actions/cache": { "@actions/cache": {
"version": "0.2.0", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-0.2.1.tgz",
"integrity": "sha512-UwAVt2bIrPxEHB++qlOpmH0+JkyJ5NZn65Wh2V/9tVVpQpAPs9Yn22f/E/NeDLL8L9050tQpvcZjUR9NCAdsYw==", "integrity": "sha512-CV2D9zp+d+nL7o6XK/I7vVh350JglPMp/jHi9ppRUkdBHPUeP0UHVUfygZaAs8WmxhhWY1MI0gWah+t0QYu3Fg==",
"requires": { "requires": {
"@actions/core": "^1.2.4", "@actions/core": "^1.2.4",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",

View File

@ -26,7 +26,7 @@
"@actions/core": "^1.2.0", "@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1", "@actions/io": "^1.0.1",
"@actions/cache": "^0.2.0" "@actions/cache": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^24.0.13", "@types/jest": "^24.0.13",