mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Update actions/cache
This commit is contained in:
parent
9d0a78517e
commit
c31ee4244b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
node-version-file: ".nvmrc"
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: npm-${{ hashFiles('package-lock.json') }}
|
||||
|
|
|
|||
2
.github/workflows/translation-progress.yml
vendored
2
.github/workflows/translation-progress.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
node-version-file: ".nvmrc"
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: npm-${{ hashFiles('package-lock.json') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user