File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 ruby-version : ${{ matrix.ruby-version }}
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v3
2525 with :
2626 path : vendor/bundle
2727 key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 2020 with :
2121 ruby-version : ${{ env.ruby-version }}
2222
23- - uses : actions/cache@v2
23+ - uses : actions/cache@v3
2424 with :
2525 path : vendor/bundle
2626 key : gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 6262 with :
6363 ruby-version : ${{ env.ruby-version }}
6464
65- - uses : actions/cache@v2
65+ - uses : actions/cache@v3
6666 with :
6767 path : vendor/bundle
6868 key : gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments