From a277bc8df41fafb675861e7a7db4933b47508fac Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Mon, 29 Jun 2020 19:19:29 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d28229..182d3b31 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ steps: ``` Checking latest version of Node.js: -(By default, action searches version locally before downloading it. This flag forces action to check if local version is the latest one) +(By default, action searches version locally before downloading it. The flag forces action to check if cached version is not outdated) ```yaml steps: - uses: actions/checkout@v2