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@bf085276cecdb0cc76fbbe0687a5a0e786646936
24
24
- name : Set up JDK 8
25
- uses : actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1
25
+ uses : actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
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@bf085276cecdb0cc76fbbe0687a5a0e786646936
20
20
21
21
- name : Set up JDK 8
22
- uses : actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1
22
+ uses : actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
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@bf085276cecdb0cc76fbbe0687a5a0e786646936
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
- uses : actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1
35
+ uses : actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
36
36
with :
37
37
java-version : ' 8'
38
38
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments