File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ jobs:
109
109
uses : actions/cache@v2
110
110
with :
111
111
path : vendor/bundle
112
- key : ${{ runner.os }}-gem-v1 -${{ hashFiles('**/Gemfile.lock') }}
112
+ key : ${{ runner.os }}-gem-v2 -${{ hashFiles('**/Gemfile.lock') }}
113
113
restore-keys : |
114
- ${{ runner.os }}-gem-v1
114
+ ${{ runner.os }}-gem-v2
115
115
- name : Install Bundle
116
116
run : |
117
117
bundle config path vendor/bundle
Original file line number Diff line number Diff line change 26
26
uses : actions/cache@v2
27
27
with :
28
28
path : vendor/bundle
29
- key : ${{ runner.os }}-gem-v1 -${{ hashFiles('**/Gemfile.lock') }}
29
+ key : ${{ runner.os }}-gem-v2 -${{ hashFiles('**/Gemfile.lock') }}
30
30
restore-keys : |
31
- ${{ runner.os }}-gem-v1
31
+ ${{ runner.os }}-gem-v2
32
32
- name : Install Bundle
33
33
run : |
34
34
bundle config path vendor/bundle
You can’t perform that action at this time.
0 commit comments