workflows/test.yml: use ruby-version.
`version` is deprecated.
This commit is contained in:
parent
846b603413
commit
61cc86d68d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Set up Ruby 2.4
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
version: 2.4.x
|
||||
ruby-version: 2.4.x
|
||||
|
||||
- name: Set up Bundler
|
||||
run: gem install bundler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue