Skip to content

Commit

Permalink
Include Ruby version in cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 11, 2021
1 parent 615f4a8 commit 90e6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
path: |
vendor
key: ${{ runner.os }}-${{ hashFiles('Gemfile.lock') }}
key: ${{ runner.os }}-ruby2.7-${{ hashFiles('Gemfile.lock') }}
- name: Install Ruby dependencies
run: |
bundle config set --local path vendor
Expand Down

0 comments on commit 90e6144

Please sign in to comment.