Skip to content

Commit

Permalink
CI: use ruby/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Aug 19, 2024
1 parent f8a8332 commit f67c816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- 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
uses: dawidd6/action-publish-gem@v1
Expand Down

0 comments on commit f67c816

Please sign in to comment.