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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
48
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3
49
49
with :
50
50
persist-credentials : false
51
51
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 29
29
java : [ 8 ]
30
30
31
31
steps :
32
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
32
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
37
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
43
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3
44
44
with :
45
45
persist-credentials : false
46
46
You can’t perform that action at this time.
0 commit comments