update cache hash

This commit is contained in:
Jamie Macey 2020-10-12 13:56:22 -07:00
parent 38c861f5e0
commit c990348f0b

View File

@ -27,7 +27,7 @@ jobs:
path: |
rswag-ui/node_modules
vendor/bundle
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-rails-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock', '**/yarn.lock') }}
key: ${{ runner.os }}-ruby_${{ matrix.ruby }}-rails_${{ matrix.rails }}-${{ hashFiles('Gemfile', '**/package-lock.json') }}
- name: Install dependencies
run: |