mirror of
https://github.com/actions/cache.git
synced 2026-06-06 17:14:21 +00:00
Allow updating caches
This commit is contained in:
parent
27d5ce7f10
commit
428824f01f
7 changed files with 1303 additions and 127 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"@actions/cache": "^5.0.5",
|
||||
"@actions/core": "^2.0.3",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/io": "^2.0.0"
|
||||
"@actions/io": "^2.0.0",
|
||||
"@octokit/action": "^4.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue