summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2023-12-15 13:34:11 +0100
committerGitHub <noreply@github.com>2023-12-15 13:34:11 +0100
commit682decf94e238bb2e5407c23651f606ca8d7e107 (patch)
tree58fb77dfc776f1035580037aac2e3a3116f337f4 /.github
parente2b450de2421c62dbafe567345ac47fa3c606798 (diff)
downloadluasystem-682decf94e238bb2e5407c23651f606ca8d7e107.zip
chore(ci): bump action to silence deprecation warnings (#12)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/unix_build.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7f1f2b7..0b54968 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - uses: leafo/gh-actions-lua@v8
+ - uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4"
diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml
index 125f3e0..845a156 100644
--- a/.github/workflows/unix_build.yml
+++ b/.github/workflows/unix_build.yml
@@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - uses: leafo/gh-actions-lua@v8
+ - uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}