gradle/actions

Cache checksums after they have been fetched

bigdaz opened this issue · 4 comments

Currently, if a checksum isn't in the "known" list, we fetch every time.
We could cache the results to avoid this unnecessary work.

are you accepting contributions? :)

Yes PRs are always welcome!

@bgalek If you're diving into this area, it might be worth looking at #171 before this one.

Perfect, I'll look into it!