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 22
22
steps :
23
23
- uses : actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
24
24
- name : Set up JDK 8
25
- uses : actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b
25
+ uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
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@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b
22
+ uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
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@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b
35
+ uses : actions/setup-java@0de5c66fc0305485b7204d217714170639dcb8fc
36
36
with :
37
37
java-version : ' 8'
38
38
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments