diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4f4f63..da79227 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b852397..135a5eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/tests/util/log_spec.lua b/tests/util/log_spec.lua index 3442d98..8a18a0d 100644 --- a/tests/util/log_spec.lua +++ b/tests/util/log_spec.lua @@ -41,4 +41,4 @@ describe("log tests", function () logger:info("test log") end) end) -end) \ No newline at end of file +end)