diff options
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/unix_build.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7f1f2b7..0b54968 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml | |||
| @@ -23,7 +23,7 @@ jobs: | |||
| 23 | - name: Checkout | 23 | - name: Checkout |
| 24 | uses: actions/checkout@v3 | 24 | uses: actions/checkout@v3 |
| 25 | 25 | ||
| 26 | - uses: leafo/gh-actions-lua@v8 | 26 | - uses: leafo/gh-actions-lua@v10 |
| 27 | with: | 27 | with: |
| 28 | luaVersion: "5.4" | 28 | luaVersion: "5.4" |
| 29 | 29 | ||
diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index 125f3e0..845a156 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml | |||
| @@ -36,7 +36,7 @@ jobs: | |||
| 36 | - name: Checkout | 36 | - name: Checkout |
| 37 | uses: actions/checkout@v3 | 37 | uses: actions/checkout@v3 |
| 38 | 38 | ||
| 39 | - uses: leafo/gh-actions-lua@v8 | 39 | - uses: leafo/gh-actions-lua@v10 |
| 40 | with: | 40 | with: |
| 41 | luaVersion: ${{ matrix.luaVersion }} | 41 | luaVersion: ${{ matrix.luaVersion }} |
| 42 | 42 | ||
