Merge pull request #349 from catwell/pr-update-github-actions

update Github Actions for Lua and LuaRocks
This commit is contained in:
Pierre Chapuis 2021-03-27 12:23:57 +01:00 committed by GitHub
commit 0d1831da35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Lua - name: Setup Lua
uses: leafo/gh-actions-lua@v6 uses: leafo/gh-actions-lua@v8
with: with:
luaVersion: 5.4 luaVersion: 5.4
- name: Setup Lua Rocks - name: Setup Lua Rocks
uses: leafo/gh-actions-luarocks@v2 uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies - name: Setup dependencies
run: luarocks install luacheck run: luarocks install luacheck
- name: Run Code Linter - name: Run Code Linter