Skip to content

Commit

Permalink
Use ruby/setup-ruby (#66)
Browse files Browse the repository at this point in the history
actions/setup-ruby is deprecated now
  • Loading branch information
hsbt committed Mar 29, 2021
1 parent eda1b20 commit 790dd11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -63,7 +63,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
run: |
bundle install
Expand Down

0 comments on commit 790dd11

Please sign in to comment.