Compute hash of Gemfile.lock in workflow
This commit is contained in:
parent
df09c414d8
commit
371298f69b
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: actions/cache@v1
|
||||
with:
|
||||
path: sandbox/vendor/bundle
|
||||
key: ubuntu-latest-gems-
|
||||
key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||
restore-keys: |
|
||||
ubuntu-latest-gems-
|
||||
- name: Set up Dependencies
|
||||
|
|
Loading…
Reference in New Issue