mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
workflows/test.yml: use ruby-version.
`version` is deprecated.
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Set up Ruby 2.4
|
- name: Set up Ruby 2.4
|
||||||
uses: actions/setup-ruby@v1
|
uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
version: 2.4.x
|
ruby-version: 2.4.x
|
||||||
|
|
||||||
- name: Set up Bundler
|
- name: Set up Bundler
|
||||||
run: gem install bundler
|
run: gem install bundler
|
||||||
|
|||||||
Reference in New Issue
Block a user