chore(deps): bump actions/cache from 4 to 5

This commit is contained in:
Ming Di Leom 2026-03-15 06:18:46 +00:00
parent 1da1266c4b
commit 6b3300d0f9
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Cache NPM dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: node_modules
key: ${{ runner.os }}-npm-cache