mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 09:21:32 +00:00
chore(deps): update actions/cache action to v3 (#487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
247fdce962
commit
29aac8bbc1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: cache-nodemodules
|
||||
with:
|
||||
path: node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user