File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout Repository
38
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
38
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
39
39
40
40
- name : Set up JDK 8
41
41
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
Original file line number Diff line number Diff line change 17
17
# The logic below handles the maven publication:
18
18
- name : Checkout Repository
19
19
if : ${{ steps.release.outputs.releases_created }}
20
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
20
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21
21
22
22
- name : Set up JDK 8
23
23
if : ${{ steps.release.outputs.releases_created }}
You can’t perform that action at this time.
0 commit comments