mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 06:04:35 +00:00
moved to checkout@v3 to hopefully knock the actions versioning warning on the head
This commit is contained in:
parent
b019767a16
commit
fb3d58f417
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
# 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
|
||||||
|
2
.github/workflows/testy.yml
vendored
2
.github/workflows/testy.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
# tests.lua expects top level folder to be 'batteries'
|
# tests.lua expects top level folder to be 'batteries'
|
||||||
path: 'batteries'
|
path: 'batteries'
|
||||||
|
Loading…
Reference in New Issue
Block a user