Skip to content

Commit

Permalink
Updates gempush.yml to use ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Sep 5, 2024
1 parent fa0130b commit 1a2f283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

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

#- name: Publish to GPR
# run: |
Expand Down

0 comments on commit 1a2f283

Please sign in to comment.