aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/luacheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/luacheck.yml')
-rw-r--r--.github/workflows/luacheck.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
index 2f20456..9cb784c 100644
--- a/.github/workflows/luacheck.yml
+++ b/.github/workflows/luacheck.yml
@@ -5,9 +5,9 @@ on: [push, pull_request]
5jobs: 5jobs:
6 6
7 luacheck: 7 luacheck:
8 runs-on: ubuntu-20.04 8 runs-on: ubuntu-22.04
9 steps: 9 steps:
10 - name: Checkout 10 - name: Checkout
11 uses: actions/checkout@v3 11 uses: actions/checkout@v4
12 - name: Luacheck 12 - name: Luacheck
13 uses: lunarmodules/luacheck@v0 13 uses: lunarmodules/luacheck@v1