File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5959 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6060 with :
6161 path : .repo
62+ fetch-depth : 0
6263 - name : Install Dependencies
6364 run : cd .repo && yarn install --check-files --frozen-lockfile
6465 - name : Create js artifact
@@ -109,6 +110,7 @@ jobs:
109110 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
110111 with :
111112 path : .repo
113+ fetch-depth : 0
112114 - name : Install Dependencies
113115 run : cd .repo && yarn install --check-files --frozen-lockfile
114116 - name : Create java artifact
@@ -160,6 +162,7 @@ jobs:
160162 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
161163 with :
162164 path : .repo
165+ fetch-depth : 0
163166 - name : Install Dependencies
164167 run : cd .repo && yarn install --check-files --frozen-lockfile
165168 - name : Create python artifact
@@ -274,6 +277,7 @@ jobs:
274277 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
275278 with :
276279 path : .repo
280+ fetch-depth : 0
277281 - name : Install Dependencies
278282 run : cd .repo && yarn install --check-files --frozen-lockfile
279283 - name : Create go artifact
You can’t perform that action at this time.
0 commit comments