Skip to content

Commit 5903887

Browse files
authored
Merge pull request #2549 from mhashizume/maint/main/ruby-action-bump
Bump Ruby in checks action to 3.3
2 parents 2a4d397 + 8dde85a commit 5903887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- name: Install Ruby version 3.2
24+
- name: Install Ruby version 3.3
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 3.2
27+
ruby-version: 3.3
2828
- name: Update rubygems and install gems
2929
run: |
3030
gem update --system --silent --no-document

0 commit comments

Comments
 (0)