Skip to content

Commit

Permalink
bump lua 5.4 version to 5.4.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Oct 12, 2024
1 parent 0fd31a9 commit 0e0f5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: leafo/[email protected]
with:
luaVersion: 5.4.4
luaVersion: 5.4.7

- uses: actions/setup-node@master
- uses: actions/checkout@master
Expand All @@ -37,4 +37,4 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
dist/*.lua
dist/*.lua
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
lua-version: ["5.1.5", "5.2.4", "5.3.6", "5.4.4"]
lua-version: ["5.1.5", "5.2.4", "5.3.6", "5.4.7"]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 0e0f5bc

Please sign in to comment.