Skip to content

Commit f2d582e

Browse files
committed
chore: gha: use newer ruby for rubocop, rbs and steep
1 parent 1be022a commit f2d582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: "3.0"
17+
ruby-version: "3.1"
1818
bundler-cache: true
1919
- name: Run RuboCop
2020
run: bundle exec rubocop

0 commit comments

Comments
 (0)