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
 | 
					      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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue