mirror of
https://github.com/gradle/actions.git
synced 2026-06-07 04:12:19 +00:00
b6395da67c
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