Skip to content

Commit

Permalink
Merge pull request #2549 from mhashizume/maint/main/ruby-action-bump
Browse files Browse the repository at this point in the history
Bump Ruby in checks action to 3.3
  • Loading branch information
AriaXLi authored Jul 15, 2024
2 parents 2a4d397 + 8dde85a commit 5903887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 3.2
- name: Install Ruby version 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Update rubygems and install gems
run: |
gem update --system --silent --no-document
Expand Down

0 comments on commit 5903887

Please sign in to comment.