From d2a54e0d466c1b9fe0da5db5d4ebb56f00891dbd Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Tue, 28 Nov 2023 00:41:34 +0900 Subject: [PATCH] docs: Update example workflow in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ad133..61e1dcf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This action currently caches the following directories: with: node-version: 20 -- uses: jongwooo/gatsby-cache@v1.4.6 +- uses: jongwooo/gatsby-cache@v1 - name: Install dependencies run: npm ci