mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 14:14:36 +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.
|
# Subdirectory to avoid linting luarocks code. Use same dir as testy.
|
||||||
path: batteries
|
path: batteries
|
||||||
- name: Setup Lua
|
- name: Setup Lua
|
||||||
uses: leafo/gh-actions-lua@v8
|
uses: leafo/gh-actions-lua@v10
|
||||||
with:
|
with:
|
||||||
luaVersion: 5.4
|
luaVersion: 5.4
|
||||||
- name: Setup Lua Rocks
|
- 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'
|
# tests.lua expects top level folder to be 'batteries'
|
||||||
path: 'batteries'
|
path: 'batteries'
|
||||||
- name: Setup Lua
|
- name: Setup Lua
|
||||||
uses: leafo/gh-actions-lua@v8
|
uses: leafo/gh-actions-lua@v10
|
||||||
with:
|
with:
|
||||||
luaVersion: 5.4
|
luaVersion: 5.4
|
||||||
- name: Setup Lua Rocks
|
- name: Setup Lua Rocks
|
||||||
|
Loading…
Reference in New Issue
Block a user