Caching dependencies to speed up workflows - GitHub Docs
https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
To cache dependencies for a job, you can use GitHub's cache action. The action creates and restores a cache identified by a unique key. Alternatively, if you are caching the package managers listed below, using their respective setup-* actions requires minimal configuration and will create and restore dependency caches for you.
DA: 39 PA: 36 MOZ Rank: 78