aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aaf025db..33c89609 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,9 +45,9 @@ jobs:
45 with: 45 with:
46 luaVersion: ${{ matrix.lua-version }} 46 luaVersion: ${{ matrix.lua-version }}
47 47
48 - uses: leafo/gh-actions-luarocks@v5 48 - uses: luarocks/gh-actions-luarocks@master
49 with: 49 with:
50 luaRocksVersion: "3.11.2" 50 luaRocksVersion: "@418d2ab34891b130cc317df32f65f978640febcf"
51 51
52 - name: 'Setup macOS deps' 52 - name: 'Setup macOS deps'
53 if: ${{ contains(matrix.os, 'macos') }} 53 if: ${{ contains(matrix.os, 'macos') }}