From 93b1fb7d5dddc91b8a3e7f29484df5e451aaeb13 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Tue, 21 Oct 2025 19:35:04 +0530 Subject: [PATCH] doc update --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 1154d27d..d238f4a8 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -327,7 +327,7 @@ jobs: - run: npm install ``` -> **Note**: Using a restore-only cache avoids redundant writes to the cache, which can reduce workflow time and minimize cache storage usage, as referenced in cache scenarios for [Node – npm](https://github.com/actions/cache/blob/main/examples.md#node---npm). +> For more details related to cache scenarios, please refer [Node – npm](https://github.com/actions/cache/blob/main/examples.md#node---npm). ## Multiple Operating Systems and Architectures