Question 087
### How can you cache dependencies to speed up workflow execution?
> https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies
1. [ ] Using the cache keyword
1. [x] Using the actions/cache action
1. [ ] By storing them in the repository
1. [ ] By using the store keyword