feat: add built-in caching via inputs (#89)

This commit is contained in:
Christian Svensson
2025-05-12 18:53:44 +02:00
committed by GitHub
parent a1496dd8d9
commit fd6b0ad149
14 changed files with 63237 additions and 19455 deletions

View File

@@ -14,6 +14,7 @@
"build": "deno run -A scripts/build.ts"
},
"imports": {
"@actions/cache": "npm:@actions/cache@^4.0.3",
"@actions/core": "npm:@actions/core@^1.11.1",
"@actions/tool-cache": "npm:@actions/tool-cache@^2.0.2",
"@types/node": "npm:@types/node@^22.15.0",