File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
name : Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Setup JDK
22
22
uses : actions/setup-java@v4
23
23
with :
35
35
if : github.ref == 'refs/heads/main'
36
36
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
- name : Setup JDK
40
40
uses : actions/setup-java@v4
41
41
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
name : Validate JavaDocs
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Setup JDK
17
17
uses : actions/setup-java@v4
18
18
with :
Original file line number Diff line number Diff line change 19
19
20
20
name : Release ${{ github.event.inputs.release-tag }}
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
ref : ${{ github.event.inputs.release-tag }}
25
25
You can’t perform that action at this time.
0 commit comments