From d6217569d58fbcf42f4bdf873fd06820f76724c2 Mon Sep 17 00:00:00 2001
From: uhooi <the_uhooi@yahoo.co.jp>
Date: Thu, 29 Dec 2022 22:28:56 +0900
Subject: [PATCH] Update Mint example

---
 examples.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples.md b/examples.md
index e729537..113d1c3 100644
--- a/examples.md
+++ b/examples.md
@@ -647,12 +647,12 @@ whenever possible:
 
 ```yaml
 env:
-  MINT_PATH: mint/lib
-  MINT_LINK_PATH: mint/bin
+  MINT_PATH: .mint/lib
+  MINT_LINK_PATH: .mint/bin
 steps:
-  - uses: actions/cache@v2
+  - uses: actions/cache@v3
     with:
-      path: mint
+      path: .mint
       key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
       restore-keys: |
         ${{ runner.os }}-mint-