We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1fd5d commit 3b5ddcdCopy full SHA for 3b5ddcd
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
os: [ubuntu-latest, windows-latest, macos-latest]
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
with:
35
submodules: true
36
- name: Set up tree-sitter
.github/workflows/fuzz.yml
@@ -14,6 +14,6 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
- name: Run fuzzer
19
uses: tree-sitter/fuzz-action@v4
0 commit comments