Skip to content

Commit 43a97b7

Browse files
committed
ci: Update Luacheck to v1+, use newer Ubuntu runner images
1 parent 64c9d53 commit 43a97b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
16-
platform: [ "ubuntu-20.04", "macos-11", "windows-2022" ]
16+
platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ]
1717
runs-on: ${{ matrix.platform }}
1818
steps:
1919
- name: Checkout

.github/workflows/luacheck.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on: [push, pull_request]
55
jobs:
66

77
luacheck:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Luacheck
13-
uses: lunarmodules/luacheck@v0
13+
uses: lunarmodules/luacheck@v1

0 commit comments

Comments
 (0)