From f23678a7126957ec277e930705caa1dda4c95934 Mon Sep 17 00:00:00 2001
From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Date: Tue, 5 Nov 2019 03:20:00 +0900
Subject: [PATCH] Update package version to v0.0.1

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a289d65..57bb484 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ jobs:
     - uses: actions/checkout@v1
 
     - name: Cache node modules
-      uses: actions/cache@preview
+      uses: actions/cache@v0.0.1
       with:
         path: node_modules
         key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -70,7 +70,7 @@ Example:
 steps:
   - uses: actions/checkout@v1
 
-  - uses: actions/cache@preview
+  - uses: actions/cache@v0.0.1
     id: cache
     with:
       path: path/to/dependencies