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@v4
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 1717 with :
1818 ruby-version : ${{ env.ruby-version }}
1919
20- - uses : actions/cache@v2
20+ - uses : actions/cache@v4
2121 with :
2222 path : vendor/bundle
2323 key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 1717 with :
1818 ruby-version : ${{ env.ruby-version }}
1919
20- - uses : actions/cache@v2
20+ - uses : actions/cache@v4
2121 with :
2222 path : vendor/bundle
2323 key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments