aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2026-03-12 11:16:54 -0300
committerHisham Muhammad <hisham@gobolinux.org>2026-03-12 19:16:14 -0300
commitf56df5b1ae432900e2603e57a2183ef365345355 (patch)
tree373e3b65dea4357252e23191967f4325f9c6507a
parent1f6b82a08574b66995181889b786fd22a003f7d3 (diff)
downloadlua-compat-5.3-f56df5b1ae432900e2603e57a2183ef365345355.tar.gz
lua-compat-5.3-f56df5b1ae432900e2603e57a2183ef365345355.tar.bz2
lua-compat-5.3-f56df5b1ae432900e2603e57a2183ef365345355.zip
ci: bump action versions
-rw-r--r--.github/workflows/bit32-multi-arch-tests.yml6
-rw-r--r--.github/workflows/compat53-tests.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/bit32-multi-arch-tests.yml b/.github/workflows/bit32-multi-arch-tests.yml
index aff29db..b99d0e9 100644
--- a/.github/workflows/bit32-multi-arch-tests.yml
+++ b/.github/workflows/bit32-multi-arch-tests.yml
@@ -14,13 +14,13 @@ jobs:
14 luaRocksVersion: ["3.3.1"] 14 luaRocksVersion: ["3.3.1"]
15 arch: ["armv7", "aarch64"] 15 arch: ["armv7", "aarch64"]
16 steps: 16 steps:
17 - uses: actions/checkout@v2 17 - uses: actions/checkout@v6
18 - uses: actions/cache@v2 18 - uses: actions/cache@v4
19 id: lua-cache 19 id: lua-cache
20 with: 20 with:
21 path: .install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }} 21 path: .install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }}
22 key: lua-on-linux-${{ matrix.arch }}-${{ matrix.luaVersion }} 22 key: lua-on-linux-${{ matrix.arch }}-${{ matrix.luaVersion }}
23 - uses: uraimo/run-on-arch-action@v2 23 - uses: uraimo/run-on-arch-action@v3
24 with: 24 with:
25 arch: ${{ matrix.arch }} 25 arch: ${{ matrix.arch }}
26 distro: ubuntu_rolling 26 distro: ubuntu_rolling
diff --git a/.github/workflows/compat53-tests.yml b/.github/workflows/compat53-tests.yml
index 623837f..22ea334 100644
--- a/.github/workflows/compat53-tests.yml
+++ b/.github/workflows/compat53-tests.yml
@@ -44,7 +44,7 @@ jobs:
44 compiler: g++ 44 compiler: g++
45 external: true 45 external: true
46 steps: 46 steps:
47 - uses: actions/checkout@v2 47 - uses: actions/checkout@v6
48 - name: install Lua 48 - name: install Lua
49 run: | 49 run: |
50 sudo apt install libreadline-dev 50 sudo apt install libreadline-dev