File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK
16
- uses : actions/setup-java@v4
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
java-version : 11
19
19
distribution : temurin
39
39
- uses : actions/checkout@v4
40
40
41
41
- name : Set up JDK
42
- uses : actions/setup-java@v4
42
+ uses : actions/setup-java@v5
43
43
with :
44
44
java-version : 11
45
45
distribution : temurin
63
63
- uses : actions/checkout@v4
64
64
65
65
- name : Set up JDK
66
- uses : actions/setup-java@v4
66
+ uses : actions/setup-java@v5
67
67
with :
68
68
java-version : ${{ matrix.jvm-version }}
69
69
distribution : temurin
83
83
- uses : actions/checkout@v4
84
84
85
85
- name : Set up JDK
86
- uses : actions/setup-java@v4
86
+ uses : actions/setup-java@v5
87
87
with :
88
88
java-version : 11
89
89
distribution : temurin
You can’t perform that action at this time.
0 commit comments