Merge 3a277b5a1b2e1f3a00a4de7de561ff6b54373697 into 8b402f58fbc84540c8b491a91e594a4576fec3d7

This commit is contained in:
timbaverstock-bmbl 2026-01-22 05:00:50 +00:00 committed by GitHub
commit 91e4ffa441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,6 +179,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