Skip to content

Commit

Permalink
chore: gha: use newer ruby for rubocop, rbs and steep
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Jan 20, 2025
1 parent 1be022a commit f2d582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.1"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop
Expand Down

0 comments on commit f2d582e

Please sign in to comment.