mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Update actions/cache action to v3 (#894)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5a963b2b04
commit
0f47c4fef7
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Check cache
|
- name: Check cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
with:
|
with:
|
||||||
path: '**/node_modules'
|
path: '**/node_modules'
|
||||||
|
Loading…
Reference in New Issue
Block a user