File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : ./tools/git-restore-mtime
3232
3333 - name : Cache Ruby gems
34- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
34+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3535 with :
3636 path : vendor/bundle
3737 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 3232 ruby-version : 3.2.3
3333
3434 - name : Cache Ruby gems
35- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
35+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636 with :
3737 path : vendor/bundle
3838 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 4343 shell : bash
4444 - name : Cache Maven Repository
4545 id : cache-maven
46- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
46+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4747 with :
4848 path : ~/.m2/repository
4949 # refresh cache every month to avoid unlimited growth
You can’t perform that action at this time.
0 commit comments