Skip to content

Commit

Permalink
Merge pull request #24 from jwillemsen/setup-ruby
Browse files Browse the repository at this point in the history
Use ruby/setup-ruby@v1
  • Loading branch information
jwillemsen authored Jun 9, 2020
2 parents fb8df2e + 623504c commit fcca836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Publish to RubyGems
Expand Down

0 comments on commit fcca836

Please sign in to comment.