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 25
25
# Setup
26
26
- uses : actions/checkout@v5
27
27
- name : Set up JDK 11
28
- uses : actions/setup-java@v2
28
+ uses : actions/setup-java@v5
29
29
with :
30
30
distribution : ' temurin'
31
31
java-version : 11
Original file line number Diff line number Diff line change 27
27
# Setup
28
28
- uses : actions/checkout@v5
29
29
- name : Set up JDK 11
30
- uses : actions/setup-java@v2
30
+ uses : actions/setup-java@v5
31
31
with :
32
32
distribution : ' temurin'
33
33
java-version : 11
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v5
21
21
22
22
- name : Set up JDK 11
23
- uses : actions/setup-java@v2
23
+ uses : actions/setup-java@v5
24
24
with :
25
25
distribution : ' temurin'
26
26
java-version : 11
Original file line number Diff line number Diff line change 22
22
# Setup
23
23
- uses : actions/checkout@v5
24
24
- name : Set up JDK 11
25
- uses : actions/setup-java@v2
25
+ uses : actions/setup-java@v5
26
26
with :
27
27
distribution : ' temurin'
28
28
java-version : 11
You can’t perform that action at this time.
0 commit comments