We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5174b commit 129a97fCopy full SHA for 129a97f
2 files changed
.github/workflows/lint.yml
@@ -18,12 +18,12 @@ on:
18
19
jobs:
20
lint:
21
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- - uses: leafo/gh-actions-lua@v8
+ - uses: leafo/gh-actions-lua@v10
27
with:
28
luaVersion: "5.4"
29
.github/workflows/unix_build.yml
@@ -18,7 +18,7 @@ on:
test:
strategy:
fail-fast: false
@@ -27,9 +27,9 @@ jobs:
30
31
32
33
34
luaVersion: ${{ matrix.luaVersion }}
35
0 commit comments