File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : jdk 11
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v4
15
15
with :
16
16
java-version : 11
17
17
distribution : ' temurin'
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0
26
26
- name : Install JDK 11
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@v4
28
28
with :
29
29
distribution : " temurin"
30
30
java-version : 11
62
62
- name : Checkout
63
63
uses : actions/checkout@v4
64
64
- name : Install JDK ${{ matrix.distribution }} ${{ matrix.java_version }}
65
- uses : actions/setup-java@v3
65
+ uses : actions/setup-java@v4
66
66
with :
67
67
distribution : " temurin"
68
68
java-version : ${{ matrix.jre }}
Original file line number Diff line number Diff line change 38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
- name : jdk 11
41
- uses : actions/setup-java@v3
41
+ uses : actions/setup-java@v4
42
42
with :
43
43
java-version : 11
44
44
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments