1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-05 05:47:48 +02:00

Cache new

Restart cache
This commit is contained in:
Bariscankibarcekici 2022-07-29 00:02:23 +03:00
parent bf21ae1d30
commit 79c90b3d35
2 changed files with 7346 additions and 3 deletions

7340
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,10 @@
{
"name": "cache",
<<<<<<< HEAD
"version": "3.0.4",
=======
"version": "3.0.1",
>>>>>>> parent of 5751604 (Updated @actions/cache to 2.0.1)
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,8 +27,13 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
<<<<<<< HEAD
"@actions/cache": "^2.0.6",
"@actions/core": "^1.7.0",
=======
"@actions/cache": "^2.0.0",
"@actions/core": "^1.2.6",
>>>>>>> parent of 5751604 (Updated @actions/cache to 2.0.1)
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"
},