diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 4578195..de85f7e 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -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 diff --git a/.github/workflows/testy.yml b/.github/workflows/testy.yml index 6cc0295..4398cc2 100644 --- a/.github/workflows/testy.yml +++ b/.github/workflows/testy.yml @@ -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'