mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-15 17:15:00 -05:00
Compute hash of Gemfile.lock in workflow
This commit is contained in:
2
.github/workflows/third-party.yml
vendored
2
.github/workflows/third-party.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user