Skip to content

Commit

Permalink
updated github action to use ruby version 3 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Davis authored and Chris Davis committed Aug 14, 2024
1 parent b81d961 commit f3e8972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

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

- name: Publish to GPR
run: |
Expand Down

0 comments on commit f3e8972

Please sign in to comment.