File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout repository
48
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
48
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
49
49
with :
50
50
persist-credentials : false
51
51
Original file line number Diff line number Diff line change 29
29
java : [ 8 ]
30
30
31
31
steps :
32
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33
33
with :
34
34
persist-credentials : false
35
35
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 34
34
# experimental: true
35
35
36
36
steps :
37
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
38
38
with :
39
39
persist-credentials : false
40
40
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 40
40
steps :
41
41
42
42
- name : " Checkout code"
43
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
43
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
44
44
with :
45
45
persist-credentials : false
46
46
You can’t perform that action at this time.
0 commit comments