From 037dfa7b6b9936064f37a1ac77d5c5b9ea257a78 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 9 Jun 2020 22:24:47 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fddc50a..0c0aa57 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This behavior can be customized, see [action.yml](action.yml) for details about You can cache the installed gems with these two steps: ```yaml - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: vendor/bundle key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}