File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3232 - uses : actions/checkout@v3
3333
34- - uses : actions/cache@v1
34+ - uses : actions/cache@v4
3535 id : gem-cache
3636 with :
3737 path : /home/runner/.local/share/gem
4141 if : steps.cache.outputs.gem-cache-hit != 'true'
4242 run : gem install bundler --user-install
4343
44- - uses : actions/cache@v1
44+ - uses : actions/cache@v4
4545 id : bundler-cache
4646 with :
4747 path : /home/runner/.local/vendor/bundle
Original file line number Diff line number Diff line change 2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929 - uses : actions/checkout@v3
3030
31- - uses : actions/cache@v1
31+ - uses : actions/cache@v4
3232 id : gem-cache
3333 with :
3434 path : /home/runner/.local/share/gem
3838 if : steps.cache.outputs.gem-cache-hit != 'true'
3939 run : gem install bundler --user-install
4040
41- - uses : actions/cache@v1
41+ - uses : actions/cache@v4
4242 id : bundler-cache
4343 with :
4444 path : /home/runner/.local/vendor/bundle
You can’t perform that action at this time.
0 commit comments