]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
workflows/test.yml: use `ruby-version`.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 20 Sep 2019 12:37:22 +0000 (15:37 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 26 Sep 2019 15:37:07 +0000 (18:37 +0300)
`version` is deprecated.

.github/workflows/test.yml

index 9e85b2212ef7dd08d8e3fb4d96f61e36a342e3a7..bb9ed4aa543f233db54c6160d65f3795e5a98016 100644 (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