diff --git a/README.md b/README.md index 47794e3..d3ea74b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ By default, this action removes caches that were previously made by jobs on the GitHub automatically removes old caches after a certain period or when the repository cache allocation is full. It is, however, more efficient to explicitly remove old caches to improve caching for less frequently run jobs. +For more information about Github caching generically, for example how to manually delete caches, see +[this Github documentation page](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#managing-caches). + ### Cache keys The cache key that the cache will be saved as is based on: