Skip to content

Commit 73a6ebc

Browse files
fix: github actions luarocks upload
## Details Most likely failing due to the version of ubuntu we're running on not working with `tree-sitter-cli`. Update runner and checkout action while we're at it.
1 parent 82aa306 commit 73a6ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
luarocks-upload:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0 # Required to get the tags
1717

0 commit comments

Comments
 (0)