mirror of
https://github.com/actions/cache.git
synced 2024-11-13 01:24:04 +01:00
My Project
Summery
This commit is contained in:
parent
46842ffa66
commit
77bb85fdca
2 changed files with 10 additions and 0 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -5,9 +5,15 @@
|
|||
"requires": true,
|
||||
"dependencies": {
|
||||
"@actions/cache": {
|
||||
<<<<<<< HEAD
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.7.tgz",
|
||||
"integrity": "sha512-MY69kxuubqUFq84pFlu8m6Poxl5sR/xyhpC4JEvno7Yg9ASYdGizEmKgt0m8ovewpYKf15UAOcSC0hzS+DuosA==",
|
||||
=======
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.10.tgz",
|
||||
"integrity": "sha512-8l9A54RXsPHbHs4Tu0DGqTyE5cguvq3xO9H0ohbLa5zbL2Z4dh9lxnjQn2xojsPQr4WnEVgbaVZpc1tlhehQGw==",
|
||||
>>>>>>> parent of b13b69d (Took toolkit changes.)
|
||||
"requires": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.1",
|
||||
|
|
|
@ -23,7 +23,11 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
<<<<<<< HEAD
|
||||
"@actions/cache": "^1.0.7",
|
||||
=======
|
||||
"@actions/cache": "^1.0.10",
|
||||
>>>>>>> parent of b13b69d (Took toolkit changes.)
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/io": "^1.1.0"
|
||||
|
|
Loading…
Reference in a new issue