Releases: leafo/gh-actions-lua
Releases · leafo/gh-actions-lua
v10.0.0
v10
update readme
v9.1.0
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
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"
- Add
- 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
update readme to reflect latest version
v8.0.0
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
v7
→v8.0.0
v8
fresh install of node modules
v7
- Add support for macos #9
- Update the GitHub actions core module to the latest version
v6
add 5.4 alias, update default version to 5.4
v5
Updated to work on latest Ubuntu base image