File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 token : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Cache Homebrew Bundler RubyGems
39- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
39+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
4040 with :
4141 path : ${{ steps.set-up-homebrew.outputs.gems-path }}
4242 key : ubuntu-latest-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -338,7 +338,7 @@ jobs:
338338 token : ${{ secrets.GITHUB_TOKEN }}
339339
340340 - name : Cache Homebrew Bundler RubyGems
341- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
341+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
342342 with :
343343 path : ${{ steps.set-up-homebrew.outputs.gems-path }}
344344 key : ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
You can’t perform that action at this time.
0 commit comments