File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v5
18
18
19
19
- name : Set up JDK
20
- uses : actions/setup-java@v4
20
+ uses : actions/setup-java@v5
21
21
with :
22
22
java-version : " 8"
23
23
distribution : ' zulu'
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v5
22
22
23
23
- name : Set up JDK
24
- uses : actions/setup-java@v4
24
+ uses : actions/setup-java@v5
25
25
with :
26
26
java-version : " 8"
27
27
distribution : " zulu"
87
87
- uses : actions/checkout@v5
88
88
89
89
- name : Set up JDK
90
- uses : actions/setup-java@v4
90
+ uses : actions/setup-java@v5
91
91
with :
92
92
java-version : " 8"
93
93
distribution : " zulu"
@@ -132,7 +132,7 @@ jobs:
132
132
- uses : actions/checkout@v5
133
133
134
134
- name : Set up JDK
135
- uses : actions/setup-java@v4
135
+ uses : actions/setup-java@v5
136
136
with :
137
137
java-version : ${{ matrix.java }}
138
138
distribution : " zulu"
@@ -170,7 +170,7 @@ jobs:
170
170
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
171
171
172
172
- name : Set up JDK
173
- uses : actions/setup-java@v4
173
+ uses : actions/setup-java@v5
174
174
with :
175
175
java-version : " 8"
176
176
distribution : " zulu"
You can’t perform that action at this time.
0 commit comments