File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
os : [ubuntu-latest, windows-latest, macos-14]
35
35
steps :
36
36
- name : Checkout repository
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
- name : Set up tree-sitter
39
39
uses : tree-sitter/setup-action/cli@v2
40
40
- name : Set up examples
Original file line number Diff line number Diff line change 22
22
language : [php, php_only]
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
- name : Fuzz ${{matrix.language}} parser
27
27
uses : tree-sitter/fuzz-action@v4
28
28
with :
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Set up Node.js
19
19
uses : actions/setup-node@v4
20
20
with :
You can’t perform that action at this time.
0 commit comments