Skip to content

Commit

Permalink
bump default luarocks, update readme for new versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 18, 2020
1 parent 974ecb9 commit 218573c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Builds and installs LuaRocks from source into the `.luarocks/` directory in the
Installs Lua, LuaRocks, then install a module:

```yaml
- uses: leafo/gh-actions-lua@v7
- uses: leafo/gh-actions-luarocks@v3
- uses: leafo/gh-actions-lua@v8.0.0
- uses: leafo/gh-actions-luarocks@v4.0.0

# Install some package
- name: install a module
Expand All @@ -27,7 +27,7 @@ For a more complete example see: https://github.com/leafo/gh-actions-lua/blob/ma
### `luarocksVersion`

**Default**: `"3.2.0"`
**Default**: `"3.3.1"`

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.2.0"
default: "3.3.1"

runs:
using: 'node12'
Expand Down

0 comments on commit 218573c

Please sign in to comment.