File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16
16
- name : Set up JDK 13
17
17
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
18
18
with :
25
25
run : ./gradlew jar
26
26
27
27
- name : Checkout
28
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
28
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
11
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12
12
- name : Set up JDK 13
13
13
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
14
14
with :
You can’t perform that action at this time.
0 commit comments