Skip to content

Commit

Permalink
Update luacheck.yml (#69)
Browse files Browse the repository at this point in the history
Adjust versions of gh-actions-lua and checkout to the latest stable.
  • Loading branch information
macinsight authored Nov 26, 2023
1 parent 2f5c6b1 commit f41027a
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 @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: leafo/gh-actions-lua@v8
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4

- name: install luacheck
Expand Down

0 comments on commit f41027a

Please sign in to comment.