Skip to content

Commit

Permalink
Change ruby version to 3.3.6 in gem release action
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Feb 5, 2025
1 parent 1f092c7 commit f582dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Ruby 3.1.2
- name: Set up Ruby 3.3.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.6
- name: Install dependencies
run: bundle install
- name: Configure RubyGems credentials
Expand Down

0 comments on commit f582dd1

Please sign in to comment.