File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 steps :
2222 - name : Set up Homebrew
2323 id : set-up-homebrew
24- uses : Homebrew/actions/setup-homebrew@master
24+ uses : Homebrew/actions/setup-homebrew@main
2525 with :
2626 token : ${{ github.token }}
2727
2828 - name : Cache Homebrew Bundler RubyGems
29- uses : actions/cache@v4
29+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030 with :
3131 path : ${{ steps.set-up-homebrew.outputs.gems-path }}
3232 key : ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
4242
4343 - name : Upload bottles as artifact
4444 if : always() && github.event_name == 'pull_request'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646 with :
4747 name : bottles_${{ matrix.os }}
4848 path : " *.bottle.*"
You can’t perform that action at this time.
0 commit comments