Skip to content

Commit

Permalink
ci: update leafo/gh-actions-lua to v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikyll committed Nov 22, 2024
1 parent f40b2ea commit 6a2a96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Lua ${{ matrix.lua-version }}
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: ${{ matrix.lua-version }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up LuaJIT
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: "luajit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Lua ${{ matrix.lua-version }}
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: 5.1

Expand Down

0 comments on commit 6a2a96a

Please sign in to comment.