3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-02-09 20:30:54 +00:00

Allow updating caches

This commit is contained in:
Gregorio Litenstein 2023-04-07 21:39:37 -04:00
parent b7e8d49f17
commit 4a63031112
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
7 changed files with 474 additions and 70 deletions

View file

@ -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",