bump actions/cache to v4
This commit is contained in:
parent
7902581d4c
commit
30f2ef661a
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
node-version: '20.x'
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue