Dependency caching is one of the most effective ways to make jobs faster on GitHub Actions. You can now monitor the storage usage of your existing caches and get greater control over cache availability for your action workflows.
Actions users who use actions/cache to speed up their workflow execution times can now use our cache usage APIs to:
- query the cache usage within each repository and monitor if the total size of all caches is reaching the upper limit of 10 GB,
- monitor aggregate cache usage at organization level or even at enterprise level, if your GitHub organization is owned by an enterprise account.
Learn more about Managing caching dependencies to speed up workflows.