Skip to content

Commit

Permalink
ci: specified the ruby version required as 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Sep 9, 2024
1 parent 5cde09c commit fde874d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ runs:
using: composite

steps:
- name: Set Ruby version
run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version
shell: bash

- name: Set up Ruby
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0
with:
ruby-version: '3.1.0'
bundler-cache: true
cache-version: 1

Expand Down

0 comments on commit fde874d

Please sign in to comment.