cache
cache copied to clipboard
Normalize path in version hash
As suggested by @mzabaluev in https://github.com/actions/cache/pull/343#pullrequestreview-423013155, the logic to calculate the version hash could consider other normalizations to the path, including:
- Sorting the paths so the version hash is independent of the ordering
- Removing additional whitespace in glob patterns, such as any space between ! and the path.
This issue is stale because it has been open for 365 days with no activity. Leave a comment to avoid closing this issue in 5 days.
Any progress on this or #473?