Skip to content

Commit 90e6144

Browse files
committed
Include Ruby version in cache key
1 parent 615f4a8 commit 90e6144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: |
2626
vendor
27-
key: ${{ runner.os }}-${{ hashFiles('Gemfile.lock') }}
27+
key: ${{ runner.os }}-ruby2.7-${{ hashFiles('Gemfile.lock') }}
2828
- name: Install Ruby dependencies
2929
run: |
3030
bundle config set --local path vendor

0 commit comments

Comments
 (0)