Use new cache service

This commit is contained in:
Bassem Dghaidi 2025-01-13 02:41:23 -08:00 committed by GitHub
parent 3041bf56c9
commit 61d971697e
4 changed files with 18941 additions and 1857 deletions

View file

@ -25,7 +25,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.4.0",
@ -52,4 +52,4 @@
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}
}