updated actions to fix warnings about node version being deprecated

This commit is contained in:
Max Cahill 2023-08-08 13:00:29 +10:00
parent 6e3a285f97
commit 097c19bda5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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