mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
498f0e409b
- All cache keys are now structured as 'gradle-<cache-name>-<protocol-version> - This ensures that extracted entries are prefixed and versioned consistently - Avoid using custom cache-key prefix for extracted entries. This should reduce the churn in integration tests that require some level of cache isolation.