Skip to content

Commit

Permalink
use ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexevanczuk committed Jan 15, 2025
1 parent 798f9e7 commit b9525cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
# Use a specific Ruby version
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Tag and Push Gem
id: tag-and-push-gem
# This action basically runs `bundle exec rake release` if there is not an existing tag in GitHub
Expand Down

0 comments on commit b9525cd

Please sign in to comment.