aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-10-28 14:33:34 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-28 14:49:36 -0300
commit71ae24046c87d6e51f371c8f0f3b968e219f6543 (patch)
treeeb4648b1a1e9d4efb7ad2951e69fcd1e67ebfbdd
parentff2cbc21f1a2fd34d30c0840ff2abb0121d46131 (diff)
downloadluafilesystem-71ae24046c87d6e51f371c8f0f3b968e219f6543.tar.gz
luafilesystem-71ae24046c87d6e51f371c8f0f3b968e219f6543.tar.bz2
luafilesystem-71ae24046c87d6e51f371c8f0f3b968e219f6543.zip
ci: use gh-actions-lua and gh-actions-luarocks from luarocks
-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: |