Skip to content

1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Oct 10:20
392abd4

Added

  • Add parameter for platform specific caching (#34)
    • By default the cache is not platform specific, meaning the same cache is used by different operating systems.
    • The new behaviour can be enabled by setting platform-specific-caching to true.

Changed

  • Use more efficient cache key (#33)