aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 870ede5..b1f40bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,11 +18,11 @@ jobs:
18 steps: 18 steps:
19 - uses: actions/checkout@master 19 - uses: actions/checkout@master
20 20
21 - uses: leafo/gh-actions-lua@v8.0.0 21 - uses: luarocks/gh-actions-lua@master
22 with: 22 with:
23 luaVersion: ${{ matrix.lua-version }} 23 luaVersion: ${{ matrix.lua-version }}
24 24
25 - uses: leafo/gh-actions-luarocks@master 25 - uses: luarocks/gh-actions-luarocks@master
26 26
27 - name: Prep 27 - name: Prep
28 run: | 28 run: |