cache: automatic refresh if files of locked package differ from files in cache (#10657)
When working on a project with many developers, unnecessary diffs in the lockfile due to outdated caches of some developers are an annoying issue. Outdated caches are normally the result of postponed artifact uploads. This change detects such diffs and refreshes the cache automatically.
Loading
Please register or sign in to comment