From c0c9424b031d72794f7c7283450344a5d2cfb260 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 23 Jul 2020 14:52:44 +0900 Subject: [PATCH] Update changes documentation --- docs/updating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/updating.md b/docs/updating.md index 489c27b..2146666 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -33,9 +33,9 @@ ### New features -- The action has been converted to Typescript and is much faster than `v2`. +- The action has been converted to Typescript giving it a significant performance improvement. -- If you run this action in a container, `python` and `pip` are no longer required dependencies. See [Running in a container](concepts-guidelines.md#running-in-a-container) for details. +- If you run this action in a container, or on [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners), `python` and `pip` are no longer required dependencies. See [Running in a container or on self-hosted runners](concepts-guidelines.md#running-in-a-container-or-on-self-hosted-runners) for details. - Inputs `labels`, `assignees`, `reviewers` and `team-reviewers` can now be newline separated, or comma separated. e.g.