diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 723729d..4578195 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -13,7 +13,7 @@ jobs: # Subdirectory to avoid linting luarocks code. Use same dir as testy. path: batteries - name: Setup Lua - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v10 with: luaVersion: 5.4 - name: Setup Lua Rocks diff --git a/.github/workflows/testy.yml b/.github/workflows/testy.yml index 9ae1755..6cc0295 100644 --- a/.github/workflows/testy.yml +++ b/.github/workflows/testy.yml @@ -13,7 +13,7 @@ jobs: # tests.lua expects top level folder to be 'batteries' path: 'batteries' - name: Setup Lua - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v10 with: luaVersion: 5.4 - name: Setup Lua Rocks