diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-12-15 13:34:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 13:34:11 +0100 |
commit | 682decf94e238bb2e5407c23651f606ca8d7e107 (patch) | |
tree | 58fb77dfc776f1035580037aac2e3a3116f337f4 /.github/workflows/unix_build.yml | |
parent | e2b450de2421c62dbafe567345ac47fa3c606798 (diff) | |
download | luasystem-682decf94e238bb2e5407c23651f606ca8d7e107.tar.gz luasystem-682decf94e238bb2e5407c23651f606ca8d7e107.tar.bz2 luasystem-682decf94e238bb2e5407c23651f606ca8d7e107.zip |
chore(ci): bump action to silence deprecation warnings (#12)
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/unix_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
36 | - name: Checkout | 36 | - name: Checkout |
37 | uses: actions/checkout@v3 | 37 | uses: actions/checkout@v3 |
38 | 38 | ||
39 | - uses: leafo/gh-actions-lua@v8 | 39 | - uses: leafo/gh-actions-lua@v10 |
40 | with: | 40 | with: |
41 | luaVersion: ${{ matrix.luaVersion }} | 41 | luaVersion: ${{ matrix.luaVersion }} |
42 | 42 | ||