lwe / page_title_helper

Simple, internationalized and DRY page titles and headings for Rails.
MIT License
114 stars 9 forks source link

[BUGFIX] Use a maintained action for installing Ruby for the CI builds #121

Closed oliverklee closed 3 years ago

oliverklee commented 3 years ago

ruby/setup-ruby is the better action to use for installing Ruby in GitHub Actions (particularly for more recent Ruby versions); actions/setup-ruby is not.