- @actions/cache 1.0.9 -> 1.0.10 - @actions/exec 1.1.0 -> 1.1.1 - @actions/glob 0.2.0 -> 0.2.1 - @actions/tool-cache 1.7.1 -> 1.7.2
There's no easy way to get the size of restored/saved cache entries using the @actions/cache library. Rather than reimplement it, this commit adds a patch that will be applied whenever 'npm install' is run. The work is done by 'patch-package'.