Commit 89cedb9 1 parent 56c1bbc commit 89cedb9 Copy full SHA for 89cedb9
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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
24
24
- name : Set up JDK 8
25
- uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
25
+ uses : actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478
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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
20
20
21
21
- name : Set up JDK 8
22
- uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
22
+ uses : actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478
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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
- uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
35
+ uses : actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478
36
36
with :
37
37
java-version : ' 8'
38
38
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments