From c5d84ade70a23702a374494738a64c7dda4b2f55 Mon Sep 17 00:00:00 2001 From: Sam Desborough Date: Tue, 31 Mar 2020 10:02:29 +0100 Subject: [PATCH] Fix cache version in lerna example As far as I know, there is no `cache@v2`. --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index e3a1a06..2e77730 100644 --- a/examples.md +++ b/examples.md @@ -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