cache:
key:
files:
- Gemfile.lock
- package.json
paths:
- vendor/ruby
- node_modules
- uses: actions/cache@v2
with:
path: |-
vendor/ruby
node_modules
key: "${{ runner.os }}-${{ hashFiles('Gemfile.lock', 'package.json') }}"
untracked
when
actions/cache@v2
is not supported on GHES