File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@v5
27
27
with :
28
28
distribution : ' oracle'
29
29
java-version : ' 21'
Original file line number Diff line number Diff line change 23
23
- name : Checkout repository
24
24
uses : actions/checkout@v4
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@v5
27
27
with :
28
28
distribution : ' oracle'
29
29
java-version : ' 17'
Original file line number Diff line number Diff line change 19
19
- name : Checkout master branch
20
20
uses : actions/checkout@v4
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
distribution : ' oracle'
25
25
java-version : ' 21'
Original file line number Diff line number Diff line change 26
26
- name : Checkout master branch
27
27
uses : actions/checkout@v4
28
28
- name : Set up JDK
29
- uses : actions/setup-java@v4
29
+ uses : actions/setup-java@v5
30
30
with :
31
31
distribution : ' oracle'
32
32
java-version : ' 21'
You can’t perform that action at this time.
0 commit comments