Update README.md

This commit is contained in:
Sora Morimoto
2020-06-09 15:38:02 +02:00
committed by Benoit Daloze
parent 6647273ce9
commit 037dfa7b6b
+1 -1
View File
@@ -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') }}