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 40
40
runs-on : ${{matrix.target}}
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
submodules : true
46
46
- name : Set up Java
Original file line number Diff line number Diff line change 15
15
url : https://central.sonatype.com/artifact/io.github.tree-sitter/jtreesitter
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
submodules : true
21
21
- name : Set up Java
Original file line number Diff line number Diff line change 30
30
url : ${{steps.deployment.outputs.page_url}}
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
submodules : true
36
36
- name : Set up Java
You can’t perform that action at this time.
0 commit comments