From 6e4e910c492e90db581af15fa225b43e9fdc48a0 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Fri, 17 Jan 2020 12:12:22 -0500 Subject: [PATCH] update only minor binding supported --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e58714..1662fa8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ GitHub Actions status

-This action sets up a ruby environment for use in actions by: +This action sets up a ruby environment for versions which are installed on the [Actions Virtual Environments](https://github.com/actions/virtual-environments). Because virtual environments are updated, a workflow should only be bound to a minor versions. -- optionally installing a version of ruby and adding to PATH. Note that this action only uses versions of Ruby already installed in the cache. The action will fail if no matching versions are found. -- registering problem matchers for error output +> Only supports `2.4.x`, `2.5.x`, and `2.6.x`. # Usage