mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# Subdirectory to avoid linting luarocks code. Use same dir as testy.
|
||||
path: batteries
|
||||
|
2
.github/workflows/testy.yml
vendored
2
.github/workflows/testy.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# tests.lua expects top level folder to be 'batteries'
|
||||
path: 'batteries'
|
||||
|
Loading…
Reference in New Issue
Block a user