Update actions/cache action to v4

This commit is contained in:
renovate[bot]
2025-08-26 07:24:45 +00:00
committed by GitHub
parent da86ecc8bb
commit f502b61f5c

View File

@@ -26,7 +26,7 @@ jobs:
- name: 缓存项目 npm 包 - name: 缓存项目 npm 包
id: cache-node-modules id: cache-node-modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-nodeModules-${{ hashFiles('package-lock.json') }}-${{ hashFiles('package.json') }} key: ${{ runner.os }}-nodeModules-${{ hashFiles('package-lock.json') }}-${{ hashFiles('package.json') }}