File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
- name : Checkout the repository
97
97
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
98
98
with :
99
- fetch-depth : 0
99
+ fetch-depth : 1
100
100
persist-credentials : false
101
101
repository : " ${{ needs.detect-env.outputs.repository }}"
102
102
ref : " ${{ needs.detect-env.outputs.ref }}"
@@ -168,7 +168,7 @@ jobs:
168
168
- name : Checkout the repository
169
169
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
170
170
with :
171
- fetch-depth : 0
171
+ fetch-depth : 1
172
172
persist-credentials : false
173
173
174
174
# Code needed (not tested) if go-vesion is made optional.
@@ -228,7 +228,7 @@ jobs:
228
228
- name : Checkout the repository
229
229
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
230
230
with :
231
- fetch-depth : 0
231
+ fetch-depth : 1
232
232
persist-credentials : false
233
233
234
234
# Code needed (not tested) if go-vesion is made optional.
Original file line number Diff line number Diff line change 67
67
- name : Checkout the repository
68
68
uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
69
69
with :
70
- fetch-depth : 0
70
+ fetch-depth : 1
71
71
repository : " ${{ needs.detect-env.outputs.repository }}"
72
72
ref : " ${{ needs.detect-env.outputs.ref }}"
73
73
You can’t perform that action at this time.
0 commit comments