Releases: leafo/gh-actions-lua
Releases · leafo/gh-actions-lua
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
v4
missing ,
v3
Updates URLs to https
Lua for GitHub Actions (repository split)
All Lua actions were previously in the same repo but this is incompatible with the GitHub marketplace. Lua and LuaRocks are now split across two repositories:
Example:
- uses: leafo/gh-actions-lua@v2
- uses: leafo/gh-actions-luarocks@v2Initial release
These are a collection of GitHub actions for working with Lua and LuaRocks for CI/CD.
leafo/gh-actions-lua/install-lua- inputs:
luaVersion
- inputs:
leafo/gh-actions-lua/install-luarocks- inputs:
luarocksVersion
- inputs:
For full example, see https://github.com/leafo/gh-actions-lua/blob/master/README.md