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