Skip to content

Commit

Permalink
eregon/use-ruby-action moved to ruby/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 6, 2020
1 parent d80a6e2 commit f03892a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: matrix.os == 'windows'

- uses: actions/checkout@v2
- uses: eregon/use-ruby-action@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Clone MSpec
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: eregon/use-ruby-action@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: gem install rubocop:0.77.0
Expand Down

0 comments on commit f03892a

Please sign in to comment.