Compute hash of Gemfile.lock in workflow

This commit is contained in:
Ashwin Maroli 2020-12-02 12:10:27 +05:30
parent df09c414d8
commit 371298f69b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
path: sandbox/vendor/bundle path: sandbox/vendor/bundle
key: ubuntu-latest-gems- key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: | restore-keys: |
ubuntu-latest-gems- ubuntu-latest-gems-
- name: Set up Dependencies - name: Set up Dependencies