From 47bbcca04c6f86ab484ff7dd4fcd5af26efb762c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 1 Apr 2020 00:22:07 +0200 Subject: [PATCH] Move update note --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4252a0e..5bae43f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # setup-ruby -Note: this action used to be at `eregon/use-ruby-action` and was moved to the `ruby` organization. -Please [update](https://github.com/ruby/setup-ruby/releases/tag/v1.13.0) if you are using `eregon/use-ruby-action`. - This action downloads a prebuilt ruby and adds it to the `PATH`. It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to the `PATH`. @@ -158,6 +155,11 @@ It is recommended to first get your build working on Ubuntu and macOS before try 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. +## History + +This action used to be at `eregon/use-ruby-action` and was moved to the `ruby` organization. +Please [update](https://github.com/ruby/setup-ruby/releases/tag/v1.13.0) if you are using `eregon/use-ruby-action`. + ## Credits The current maintainer of this action is @eregon.