diff --git a/CACHING.md b/CACHING.md index de473f4..f0170a8 100644 --- a/CACHING.md +++ b/CACHING.md @@ -101,7 +101,9 @@ The [GitHub Context](https://docs.github.com/en/actions/learn-github-actions/con ### Understanding how to choose path -While setting paths for caching dependencies it is important to give correct path depending on the image you are using and if you are running the action inside or outside the container. Below are some paths one should keep in mind while writing their workflow files. +While setting paths for caching dependencies it is important to give correct path depending on the hosted runner you are using or whether the action is running in a container job. Assigning different `path` for save and restore will result in cache miss. + +Below are GiHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS. #### Ubuntu Paths