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 16
16
- name : Checkout
17
17
uses : actions/checkout@v5
18
18
- name : Setup java
19
- uses : actions/setup-java@v4
19
+ uses : actions/setup-java@v5
20
20
with :
21
21
java-version : ${{ matrix.java }}
22
22
distribution : ' temurin'
Original file line number Diff line number Diff line change 13
13
- name : Checkout
14
14
uses : actions/checkout@v5
15
15
- name : Setup java
16
- uses : actions/setup-java@v4
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
java-version : 17
19
19
distribution : ' temurin'
Original file line number Diff line number Diff line change 12
12
- name : Checkout
13
13
uses : actions/checkout@v5
14
14
- name : Setup java
15
- uses : actions/setup-java@v4
15
+ uses : actions/setup-java@v5
16
16
with :
17
17
java-version : 17
18
18
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments