|
@@ -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@8d27f39a5e7ad39aebbcbd1324f7af020229645c
|
|
|
|
|
|
|
+ uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd
|
|
|
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
|