File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
with :
25
25
fetch-depth : 0
26
26
show-progress : false
36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
with :
41
41
show-progress : false
42
42
69
69
- example/renovate-config.json
70
70
steps :
71
71
- name : Checkout
72
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
73
73
with :
74
74
show-progress : false
75
75
@@ -133,7 +133,7 @@ jobs:
133
133
git config --global user.name 'Renovate Bot'
134
134
135
135
- name : Checkout
136
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
137
137
with :
138
138
fetch-depth : 0 # required for semantic release
139
139
ref : ' release'
You can’t perform that action at this time.
0 commit comments