Skip to content

Releases: leafo/gh-actions-lua

v10.0.0

31 Jan 18:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9...v10.0.0

v10

31 Jan 18:39
Compare
Choose a tag to compare
v10
update readme

v9.1.0

17 Mar 07:19
Compare
Choose a tag to compare

Update 5.4 alias to 5.4.4

See https://github.com/leafo/gh-actions-lua/releases/tag/v9.0.0 for full v9 notes

Full Changelog: v9.0.0...v9.1.0

v9.0.0

17 Mar 07:01
Compare
Choose a tag to compare

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

v9

17 Mar 07:00
Compare
Choose a tag to compare
v9
update readme to reflect latest version

v8.0.0

18 Nov 08:51
Compare
Choose a tag to compare

This version is now the minimum working version on GitHub because previous versions of the actions core library have been deprecated and disabled.

  • Updated vendored modules in node_modules
  • Switch to semver v7v8.0.0

v8

18 Nov 18:54
Compare
Choose a tag to compare
v8
fresh install of node modules

v7

21 Oct 00:06
Compare
Choose a tag to compare
  • Add support for macos #9
  • Update the GitHub actions core module to the latest version

v6

01 Jul 19:17
Compare
Choose a tag to compare

add 5.4 alias, update default version to 5.4

v5

09 Oct 18:29
Compare
Choose a tag to compare

Updated to work on latest Ubuntu base image