updated with 2.0

This commit is contained in:
Shubham Tiwari 2022-03-25 01:57:45 +05:30
parent bc53ec57f3
commit 7e4d931f67
4 changed files with 16 additions and 25 deletions

12
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "file:actions-cache-1.0.11.tgz",
"@actions/cache": "file:actions-cache-2.0.0.tgz",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"
@ -36,9 +36,9 @@
}
},
"node_modules/@actions/cache": {
"version": "1.0.11",
"resolved": "file:actions-cache-1.0.11.tgz",
"integrity": "sha512-75iLe49HLOPVcHtRUkmyRgYIw8dn0FpHnFSUx/priDggh/QwewM5583a+5JappQBThOhTF/nSVIEbozIIf19Ng==",
"version": "2.0.0",
"resolved": "file:actions-cache-2.0.0.tgz",
"integrity": "sha512-vH0mYHv/krPDGjrAU17OfhMghEtWtYTRqBtA2bl0rHZiK28Vy+ZuU3Ul+grf066zrQvF/xrGe/BQ8QM/ZKuzhw==",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
@ -7300,8 +7300,8 @@
},
"dependencies": {
"@actions/cache": {
"version": "file:actions-cache-1.0.11.tgz",
"integrity": "sha512-75iLe49HLOPVcHtRUkmyRgYIw8dn0FpHnFSUx/priDggh/QwewM5583a+5JappQBThOhTF/nSVIEbozIIf19Ng==",
"version": "file:actions-cache-2.0.0.tgz",
"integrity": "sha512-vH0mYHv/krPDGjrAU17OfhMghEtWtYTRqBtA2bl0rHZiK28Vy+ZuU3Ul+grf066zrQvF/xrGe/BQ8QM/ZKuzhw==",
"requires": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",