2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

workflows/test.yml: use ruby-version.

`version` is deprecated.
This commit is contained in:
XhmikosR
2019-09-20 15:37:22 +03:00
parent 846b603413
commit 61cc86d68d
+1 -1
View File
@@ -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