Skip to content
Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 09 Mar 12:04
· 146 commits to main since this release
730a6a4

Changes

  • Take into account job name and matrices by default. (Previously, one has to pass those manually via extraKey: …)
  • Better cache key pattern, like ${cacheType}-${jobName}[-${matrix}]-${hash}, favoring re-use of more relevant previous caches
  • Better output overall: the action now prints the cache keys it looks into, whether a cache hit occurred on the main key, whether the cache should be persisted in post run job, the used to persist the cache in the post run job, etc.