Skip to content

Commit 113b2f2

Browse files
Fix actions
1 parent e5850e9 commit 113b2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

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

0 commit comments

Comments
 (0)