File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Set up Ruby 3.1
20- uses : ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
20+ uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
2121 with :
2222 ruby-version : ' 3.1'
2323 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 2727 # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828 # change this to (see https://github.com/ruby/setup-ruby#versioning):
2929 # uses: ruby/setup-ruby@v1
30- uses : ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
30+ uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
3131 with :
3232 ruby-version : ${{ matrix.ruby-version }}
3333 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
5353 # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
5454 # change this to (see https://github.com/ruby/setup-ruby#versioning):
5555 # uses: ruby/setup-ruby@v1
56- uses : ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
56+ uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
5757 with :
5858 ruby-version : ${{ matrix.ruby-version }}
5959 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments