Skip to content

Commit 26d25cf

Browse files
committed
Bump version of Ruby in lint.yml
1 parent c3bdfc4 commit 26d25cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Install libyaml
2020
run: sudo apt-get update -y && sudo apt-get install -y libyaml-dev
2121

22-
- name: Set up Ruby 3.1
22+
- name: Set up Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
bundler-cache: true
26-
ruby-version: 3.1
26+
ruby-version: 3.3
2727

2828
- name: Lint code
2929
run: bundle exec rubocop

0 commit comments

Comments
 (0)