build(deps): bump actions/cache from 4 to 5 (#1121)
Integrated into release/v3.6.2
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
||||
cache: npm
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
|
||||
|
||||
Reference in New Issue
Block a user