aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbzp2010 <bzp2010@apache.org>2025-06-05 12:10:37 +0800
committerHisham Muhammad <hisham@gobolinux.org>2025-06-05 11:41:33 -0300
commit7c3a2ec75e970a701ed0aa0728998270d73b40aa (patch)
tree7cffd42992edb96cd8f26c321f1b15ae9c0b64c7
parent7b9ccdc7ff9587bfdf5efbe0e7dd0f3b66a0e84d (diff)
downloadluarocks-7c3a2ec75e970a701ed0aa0728998270d73b40aa.tar.gz
luarocks-7c3a2ec75e970a701ed0aa0728998270d73b40aa.tar.bz2
luarocks-7c3a2ec75e970a701ed0aa0728998270d73b40aa.zip
chore: move to luarocks/gh-actions-luarocks
-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') }}