Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup Lua
uses: leafo/gh-actions-lua@v12
uses: leafo/gh-actions-lua@v13
- name: Setup LuaRocks
uses: leafo/gh-actions-luarocks@v6
- name: Cache LuaRocks
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup Lua
uses: leafo/gh-actions-lua@v12
uses: leafo/gh-actions-lua@v13
with:
luaVersion: ${{ matrix.lua-version }}
- name: Setup LuaRocks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: .workflow-tools

- name: Setup Lua
uses: leafo/gh-actions-lua@v12
uses: leafo/gh-actions-lua@v13
with:
luaVersion: ${{ inputs.lua_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Set up Lua
uses: leafo/gh-actions-lua@v12
uses: leafo/gh-actions-lua@v13
with:
luaVersion: ${{ inputs.lua_version }}

Expand Down