Skip to content

Commit

Permalink
ci: use gh-actions-lua and gh-actions-luarocks from luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Oct 28, 2024
1 parent ff2cbc2 commit 71ae240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: leafo/gh-actions-lua@v8.0.0
- uses: luarocks/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua-version }}

- uses: leafo/gh-actions-luarocks@master
- uses: luarocks/gh-actions-luarocks@master

- name: Prep
run: |
Expand Down

0 comments on commit 71ae240

Please sign in to comment.