Skip to content

Commit

Permalink
update Ruby version in GitHub Actions workflow to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontong committed Dec 31, 2024
1 parent 1f61590 commit c18319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true

- name: Install Dependencies
Expand Down

0 comments on commit c18319a

Please sign in to comment.