Skip to content

Commit 464a443

Browse files
committed
ci: use lua actions fork
1 parent ed1cf48 commit 464a443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434

35-
- uses: leafo/gh-actions-lua@v11
35+
- uses: lewis6991/gh-actions-lua@master
3636
with:
3737
luaVersion: "5.1.5"
3838

@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v4
6262

63-
- uses: leafo/gh-actions-lua@v11
63+
- uses: lewis6991/gh-actions-lua@master
6464
with:
6565
luaVersion: "5.1.5"
6666

0 commit comments

Comments
 (0)