* Consume latest toolkit and fix dangling promise bug
* Pass earlyExit parameter to run method so tests don't hang
* Pass earlyExit parameter to run method so tests don't hang
* Refactor restore files to have better patterns for testing
* style
Update to version 1.0.3 of the `@actions/cache` module. This pulls in the following changes:
* Add a small delay between retry attempts
* Do not retry on HTTP responses that are not retryable, such as 409 Conflicts