Skip to content

Commit 1524090

Browse files
yahondaclaude
andcommitted
Fix Ruby version in RuboCop workflow step name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 515f9a3 commit 1524090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Ruby 3.1
18+
- name: Set up Ruby 4.0
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: "4.0"

0 commit comments

Comments
 (0)