mirror of https://github.com/sundowndev/http.git
chore(deps): update actions/cache action to v2 (#143)
Co-authored-by: Renovate Bot <bot@renovateapp.com>master
parent
85b69b3b2c
commit
c807ed1095
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: cache node_modules
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
|
||||
|
|
Loading…
Reference in New Issue