Skip to content

Commit

Permalink
update readme to point to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Sep 8, 2019
1 parent b1e5c3e commit 2640909
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ Other Lua GitHub actions:
Install Lua: (Will typically default to the latest release, 5.3.5 as of this readme)

```yaml
- uses: leafo/gh-actions-lua@master
- uses: leafo/gh-actions-lua@v2
```
Install specific version of Lua:
```yaml
- uses: leafo/gh-actions-lua@master
- uses: leafo/gh-actions-lua@v2
with:
luaVersion: "5.1.5"
```
Install specific version of LuaJIT:
```yaml
- uses: leafo/gh-actions-lua@master
- uses: leafo/gh-actions-lua@v2
with:
luaVersion: "luajit-2.1.0-beta3"
```
Expand Down Expand Up @@ -85,11 +85,11 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@master
- uses: leafo/gh-actions-lua@v2
with:
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@master
- uses: leafo/gh-actions-luarocks@v2
- name: build
run: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@master
- uses: leafo/gh-actions-lua@v2
with:
luaVersion: ${{ matrix.luaVersion }}
Expand Down

0 comments on commit 2640909

Please sign in to comment.