File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626
2727 - name : Checkout Repository
2828 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29- - name : Set Up Ruby 3.3.6
30- uses : ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275 .0
29+ - name : Set Up Ruby 3.4.7
30+ uses : ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276 .0
3131 with :
32- ruby-version : 3.3.6
32+ ruby-version : 3.4.7
3333 bundler-cache : true
3434 - name : Run tests
3535 run : script/cibuild
Original file line number Diff line number Diff line change 3939 - name : Checkout
4040 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141 - name : Setup Ruby
42- uses : ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275 .0
42+ uses : ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276 .0
4343 with :
44- ruby-version : ' 3.3.6 ' # Not needed with a .ruby-version file
44+ ruby-version : ' 3.4.7 ' # Not needed with a .ruby-version file
4545 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4646 cache-version : 1 # Increment this number if you need to re-download cached gems
4747 - name : Setup Pages
You can’t perform that action at this time.
0 commit comments