From f8238767a59704335bb73ed9536f7d0720cf8457 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 15 Nov 2021 13:49:42 +0300 Subject: [PATCH] fixing docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee9c783..a6a57270 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ The action has built-in functionality for caching and restoring dependencies. It The action defaults to searching for a dependency file (`requirements.txt` for pip or `Pipfile.lock` for pipenv) in the repository, and uses its hash as a part of the cache key. Use `cache-dependency-path` for cases where multiple dependency files are used, they are located in different subdirectories or different files for the hash want to be used. - - For pip, action will cache global cache directory - - For pipenv, action will cache virtuenv directory + - For pip, the action will cache global cache directory + - For pipenv, the action will cache virtualenv directory **Please Note:** Restored cache will not be used if the requirements.txt file is not updated for a long time and a newer version of the dependency is available that can lead to an increase in total build time.