From 7bb1fb82b21faf546c8c47787c8bf9446be86fcf Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Sat, 14 Jan 2023 04:28:58 +0900 Subject: [PATCH] docs: Update version to v1 in example workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a4050..40c5154 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This action currently caches the following directories: with: node-version: 18 -- uses: jongwooo/next-cache@main +- uses: jongwooo/next-cache@v1 - name: Install dependencies run: npm ci