Skip to content

Commit

Permalink
Update rubygems workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pjezusek committed Aug 3, 2024
1 parent 8055473 commit 4c5ee07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.x
ruby-version: '3.0'

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 4c5ee07

Please sign in to comment.