1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Fix cache version in lerna example

As far as I know, there is no `cache@v2`.
This commit is contained in:
Sam Desborough 2020-03-31 10:02:29 +01:00 committed by GitHub
parent eb78578266
commit c5d84ade70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ The yarn cache directory will depend on your operating system and version of `ya
```yaml
- name: restore lerna
uses: actions/cache@v2
uses: actions/cache@v1
with:
path: |
node_modules