Skip to content

Commit

Permalink
Switch to new setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsanford committed Sep 26, 2023
1 parent 811f25f commit f7c1700
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: '2.7'
bundler-cache: true

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

0 comments on commit f7c1700

Please sign in to comment.