diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-08-25 17:29:27 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-08-26 17:00:57 -0300 |
commit | 45da63b5870f649552855842bd29f2ad029f0f16 (patch) | |
tree | ad5f4a8bfd024f149ea3e3819dc335519a6fb2f8 /.github | |
parent | 3892b1a9a16ca0edd3de92719cd81bd4fcc63ad4 (diff) | |
download | luarocks-45da63b5870f649552855842bd29f2ad029f0f16.tar.gz luarocks-45da63b5870f649552855842bd29f2ad029f0f16.tar.bz2 luarocks-45da63b5870f649552855842bd29f2ad029f0f16.zip |
CI: bump gh-actions-lua to master to use Lua 5.4.4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffa744c7..6179bb2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -33,7 +33,7 @@ jobs: | |||
33 | steps: | 33 | steps: |
34 | - uses: actions/checkout@master | 34 | - uses: actions/checkout@master |
35 | 35 | ||
36 | - uses: leafo/gh-actions-lua@v8.0.0 | 36 | - uses: leafo/gh-actions-lua@master |
37 | with: | 37 | with: |
38 | luaVersion: ${{ matrix.lua-version }} | 38 | luaVersion: ${{ matrix.lua-version }} |
39 | 39 | ||