upgrade @actions/cache to v4

Older versions of @actions/cache are deprecated and the legacy backend service has been closed, so must upgrade the @actions/cache package to 4.0.0 or higher and release new versions.
This commit is contained in:
wenxuanjun
2025-05-10 13:10:45 +08:00
Unverified
parent 254a82380a
commit f69ca52b13
4 changed files with 52801 additions and 55112 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"release": "pnpm clean && pnpm format && pnpm lint && pnpm build"
},
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/cache": "^4.0.3",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",