|
@@ -31,7 +31,7 @@ jobs:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v6
|
|
uses: actions/checkout@v6
|
|
|
- name: Setup Ruby
|
|
- name: Setup Ruby
|
|
|
- uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64
|
|
|
|
|
|
|
+ uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
|
|
|
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
|