Skip to content

Commit

Permalink
fix(CI) update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored and alerque committed Jan 6, 2021
1 parent 9235755 commit 435322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Lua
uses: leafo/gh-actions-lua@v6
uses: leafo/gh-actions-lua@v8
with:
luaVersion: 5.4
- name: Setup Lua Rocks
uses: leafo/gh-actions-luarocks@v2
uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: luarocks install luacheck
- name: Run Code Linter
Expand Down

0 comments on commit 435322c

Please sign in to comment.