File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3
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 20
20
- name : Checkout
21
21
uses : actions/checkout@v3
22
22
- name : Install JDK ${{ matrix.jre }}
23
- uses : actions/setup-java@v3
23
+ uses : actions/setup-java@v4
24
24
with :
25
25
distribution : " temurin"
26
26
java-version : ${{ matrix.jre }}
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
- name : jdk 11
38
- uses : actions/setup-java@v3
38
+ uses : actions/setup-java@v4
39
39
with :
40
40
java-version : 11
41
41
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments