ci: update lua action

This commit is contained in:
Lewis Russell 2024-04-18 09:39:00 +01:00 committed by Lewis Russell
parent 52f8da33cc
commit e788ef7c6d
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"

View File

@ -30,7 +30,7 @@ jobs:
# Fetch the last 2 commits instead of just 1. (Fetching just 1 commit would overwrite the whole history)
fetch-depth: 2
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"