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
uses : ruby/setup-ruby@v1
22
22
with :
23
23
ruby-version : ' 3.1.4'
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : vendor/bundle
27
27
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 17
17
uses : ruby/setup-ruby@v1
18
18
with :
19
19
ruby-version : ' 3.1.4'
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v4
21
21
with :
22
22
path : vendor/bundle
23
23
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 21
21
uses : ruby/setup-ruby@v1
22
22
with :
23
23
ruby-version : ' 3.1.4'
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : vendor/bundle
27
27
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments