File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
ruby-version : ${{ matrix.ruby-version }}
23
23
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v3
25
25
with :
26
26
path : vendor/bundle
27
27
key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 20
20
with :
21
21
ruby-version : ${{ env.ruby-version }}
22
22
23
- - uses : actions/cache@v2
23
+ - uses : actions/cache@v3
24
24
with :
25
25
path : vendor/bundle
26
26
key : gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 62
62
with :
63
63
ruby-version : ${{ env.ruby-version }}
64
64
65
- - uses : actions/cache@v2
65
+ - uses : actions/cache@v3
66
66
with :
67
67
path : vendor/bundle
68
68
key : gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments