mirror of
https://github.com/gradle/actions.git
synced 2025-08-23 18:31:28 +08:00
The most common case for validation will be that the wrapper jars are unchanged from a previous workflow run. In this case, we cache the validated wrapper checksums to minimise the work required on a subsequent run. Fixes #172