Skip to content

Commit 790dd11

Browse files
authored
Use ruby/setup-ruby (#66)
actions/setup-ruby is deprecated now
1 parent eda1b20 commit 790dd11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v2
66-
- uses: actions/setup-ruby@v1
66+
- uses: ruby/setup-ruby@v1
67+
with:
68+
ruby-version: 2.7
6769
- name: Install dependencies
6870
run: |
6971
bundle install

0 commit comments

Comments
 (0)