mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +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
|
||||
|
||||
- name: Check cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: npm-cache
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
|
Loading…
Reference in New Issue
Block a user