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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user