mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +00:00
updated actions to fix warnings about node version being deprecated
This commit is contained in:
parent
6e3a285f97
commit
097c19bda5
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
@ -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
|
||||
|
2
.github/workflows/testy.yml
vendored
2
.github/workflows/testy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user