Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 07:01
· 18 commits to master since this release

Note

A new v9 is pushed out instead of incrementing v8 because this is the first version that uses build caching (which is enabled by default). Generally it should be safe to upgrade with no changes, but we don't want to risk breaking your build.

What's Changed

  • Implement caching by @dapetcu21 in #17
    • Add buildCache input to disable the cache from being used. Defaults to "true"
  • Update Lua version aliases for 5.2, 5.3, 5.4
  • Add luaCompileFlags
  • Minor fixes for better macOS support
  • Action maintenance
    • Action now runs on node16
    • Update vendored modules

Full Changelog: v8...v9.0.0