Question 097
### How does the `actions/cache` action in GitHub Actions handle a cache miss?
> https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches
1. [ ] by requiring manual intervention to create a new cache
1. [ ] by searching for a cache in other repositories
1. [x] by automatically creating a new cache if the job is completed successfully
1. [ ] by terminating the workflow if a cache miss occurs