Skip to content

Commit

Permalink
update default version
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Mar 7, 2024
1 parent 502db77 commit d7d707a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For a more complete example see: https://github.com/leafo/gh-actions-lua/blob/ma
### `luarocksVersion`

**Default**: `"3.8.0"`
**Default**: `"3.11.0"`

Specifies which version of LuaRocks to install. Must be listed on https://luarocks.github.io/luarocks/releases/

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
luaRocksVersion:
description: "The version of LuaRocks to install, must be available on https://luarocks.github.io/luarocks/releases/"
required: false
default: "3.9.1"
default: "3.11.0"
withLuaPath:
description: "Directly specify existing version of Lua to use (as ./configure --with-lua)"
required: false
Expand Down

0 comments on commit d7d707a

Please sign in to comment.