Skip to content

Commit 469f25c

Browse files
authored
Upgrade CI lint step from Ruby 3 to 4 (#1673)
1 parent 2ecd5e0 commit 469f25c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626

27-
- name: Setup Ruby 3.x
27+
- name: Setup Ruby 4.x
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: 3
30+
ruby-version: 4
3131
bundler-cache: true
3232

3333
- name: Rubocop

0 commit comments

Comments
 (0)