Skip to content

Commit

Permalink
fix(CI) update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 6, 2021
1 parent 9d019b9 commit 7b82f08
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 7b82f08

Please sign in to comment.