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 23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up JDK
26
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
26
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
18
- name : Set up JDK
19
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
19
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
20
20
with :
21
21
java-version : 17
22
22
distribution : ' zulu'
Original file line number Diff line number Diff line change 23
23
with :
24
24
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
25
25
- name : Set up JDK
26
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
26
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
27
27
with :
28
28
distribution : ' temurin'
29
29
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments