moved to checkout@v3 to hopefully knock the actions versioning warning on the head

This commit is contained in:
Max Cahill 2023-08-10 14:50:35 +10:00
parent b019767a16
commit fb3d58f417
2 changed files with 2 additions and 2 deletions

View File

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

View File

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