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

@ -311,7 +311,7 @@ jobs:
- uses: actions/checkout@v5
# Restore Node.js modules cache (restore-only)
- name: Restore Node modules cache
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-node-modules
with:
path: ~/.npm