Skip to content

Commit 8aace34

Browse files
committed
update versions in readme
1 parent 045fb71 commit 8aace34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ Other Lua GitHub actions:
2222
Install Lua: (Will typically default to the latest release, 5.4.4 as of this readme)
2323

2424
```yaml
25-
- uses: leafo/gh-actions-lua@v10
25+
- uses: leafo/gh-actions-lua@v11
2626
```
2727
2828
Install specific version of Lua:
2929
3030
```yaml
31-
- uses: leafo/gh-actions-lua@v10
31+
- uses: leafo/gh-actions-lua@v11
3232
with:
3333
luaVersion: "5.1.5"
3434
```
3535
3636
Install specific version of LuaJIT:
3737
3838
```yaml
39-
- uses: leafo/gh-actions-lua@v10
39+
- uses: leafo/gh-actions-lua@v11
4040
with:
4141
luaVersion: "luajit-2.1.0-beta3"
4242
```
@@ -47,7 +47,7 @@ include this line on non-Windows platforms, as the action will do nothing in tho
4747

4848
```yaml
4949
- uses: ilammy/msvc-dev-cmd@v1
50-
- uses: leafo/gh-actions-lua@v10
50+
- uses: leafo/gh-actions-lua@v11
5151
```
5252

5353
## Inputs
@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118
- uses: actions/checkout@master
119119
120-
- uses: leafo/gh-actions-lua@v10
120+
- uses: leafo/gh-actions-lua@v11
121121
with:
122122
luaVersion: "5.1.5"
123123
@@ -154,7 +154,7 @@ jobs:
154154
155155
steps:
156156
- uses: actions/checkout@master
157-
- uses: leafo/gh-actions-lua@v10
157+
- uses: leafo/gh-actions-lua@v11
158158
with:
159159
luaVersion: ${{ matrix.luaVersion }}
160160

0 commit comments

Comments
 (0)