mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Update README.md
This commit is contained in:
committed by
Benoit Daloze
parent
6647273ce9
commit
037dfa7b6b
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user