From 993e7810d070289d4f07bde96869f507e9f45a25 Mon Sep 17 00:00:00 2001
From: Sacha Ayoun <sachaayoun@gmail.com>
Date: Wed, 26 Feb 2020 15:55:28 +0000
Subject: [PATCH] track v1 instead of v1.1.2

Co-Authored-By: Josh Gross <joshmgross@github.com>
---
 examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples.md b/examples.md
index 7cf7b0b..d73c26e 100644
--- a/examples.md
+++ b/examples.md
@@ -176,7 +176,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
 ```yaml
     - name: Restore Cache
       id: restore-cache
-      uses: actions/cache@v1.1.2
+      uses: actions/cache@v1
       with:
         path: _export
         key:  ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }}