File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
24
24
- name : Set up JDK 8
25
- uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
25
+ uses : actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
26
26
with :
27
27
java-version : ' 8'
28
28
distribution : ' temurin'
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
20
20
21
21
- name : Set up JDK 8
22
- uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
22
+ uses : actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
23
23
with :
24
24
java-version : ' 8'
25
25
distribution : ' temurin'
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
- uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
35
+ uses : actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
36
36
with :
37
37
java-version : ' 8'
38
38
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments