Skip to content

Commit

Permalink
CI: use ruby/setup-ruby in Publish Workflow
Browse files Browse the repository at this point in the history
This is for consistency, we are not using any of the specific features.
  • Loading branch information
olleolleolle authored Oct 12, 2021
1 parent 8f9090a commit 8ab3890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- 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

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 8ab3890

Please sign in to comment.