From 2bfeb8393ecc87c63fc757bbedda50eee3e42343 Mon Sep 17 00:00:00 2001 From: timbaverstock-bmbl Date: Mon, 22 Sep 2025 15:25:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c62789..4cece4c 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ jobs: > **Note** > You must use the `cache` or `restore` action in your workflow before you need to use the files that might be restored from the cache. If the provided `key` matches an existing cache, a new cache is not created and if the provided `key` doesn't match an existing cache, a new cache is automatically created provided the job completes successfully. +> +> The save path must match the restore path, see [Cache Version](#cache-version) below. ## Caching Strategies