Bump @actions/cache to v5.0.0

This update removes the punycode deprecation warning by updating to a version of @actions/cache that no longer depends on packages using the deprecated punycode module.
This commit is contained in:
Salman Muin Kayser Chishti 2025-12-11 20:17:43 +00:00
parent 395ad32622
commit 8bce951332
5 changed files with 10438 additions and 3911 deletions

View file

@ -28,7 +28,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/cache": "^5.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",