mirror of https://gitlab.com/curben/blog
chore(deps): bump actions/cache from 4 to 5
This commit is contained in:
parent
1da1266c4b
commit
6b3300d0f9
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
- name: Cache NPM dependencies
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-npm-cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue