Allow updating caches

This commit is contained in:
Gregorio Litenstein 2023-04-07 21:39:37 -04:00
parent 27d5ce7f10
commit 428824f01f
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
7 changed files with 1303 additions and 127 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",