mirror of
https://github.com/actions/cache.git
synced 2025-04-21 11:36:45 +00:00
Update cache module to v1.0.7 (#562)
This commit is contained in:
parent
981fa981ed
commit
1a9e2138d9
21 changed files with 18021 additions and 12697 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.5",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.6",
|
||||
"@actions/cache": "^1.0.7",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/io": "^1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue