mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Update actions/cache action to v2 (#129)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7185cb7d61
commit
18ae16b20f
2
.github/workflows/tester.yml
vendored
2
.github/workflows/tester.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
- name: Cache NPM dependencies
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-npm-cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user