Merge pull request #6 from bishshi/renovate/actions-cache-4.x

Update actions/cache action to v4
This commit is contained in:
2025-08-26 15:26:10 +08:00
committed by GitHub

View File

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