From d7f9647ad818611eb1287da982fc261f3865a27f Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 9 Apr 2020 19:09:20 +0200 Subject: [PATCH] Move Versioning earlier in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c673e45..ef8f106 100644 --- a/README.md +++ b/README.md @@ -146,15 +146,15 @@ It is recommended to first get your build working on Ubuntu and macOS before try * For Ruby < 2.4, the DevKit MSYS tools are installed and prepended to the `Path`. * JRuby on Windows has a known bug that `bundle exec rake` [fails](https://github.com/ruby/setup-ruby/issues/18). -## Limitations - -* This action currently only works with GitHub-hosted runners, not private runners. - ## Versioning This action follows semantic versioning with a moving `v1` branch. This follows the [recommendations](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) of GitHub Actions. +## Limitations + +* This action currently only works with GitHub-hosted runners, not private runners. + ## History This action used to be at `eregon/use-ruby-action` and was moved to the `ruby` organization.