Changes:
- added support for local cache, useful on self-hosted runners. By default it is disabled, and it can be enabled by using input
useLocalCache:true
. - Cloud based cache is still there and enabled by default. Just in case, workflows can opt-out by using:
useCloudCache:false
.
Enjoy!