|
@@ -31,8 +31,7 @@ jobs:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v6
|
|
uses: actions/checkout@v6
|
|
|
- name: Setup Ruby
|
|
- name: Setup Ruby
|
|
|
- # https://github.com/ruby/setup-ruby/releases/tag/v1.268.0
|
|
|
|
|
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
|
|
|
|
|
|
|
+ uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771
|
|
|
with:
|
|
with:
|
|
|
ruby-version: '3.2.3' # Not needed with a .ruby-version file
|
|
ruby-version: '3.2.3' # Not needed with a .ruby-version file
|
|
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|