Reno fails with super shallow clones. Increase the fetch-depth to
something relevant but shouldn't be too much
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I17d5c62d82e5f3a8a3b71e027b01a26e33e73902
needs: prepare
runs-on: ubuntu-latest
steps:
- - uses: lfit/checkout-gerrit-change-action@v0.2
+ - uses: lfit/checkout-gerrit-change-action@v0.3
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
+ fetch-depth: "30"
- uses: actions/setup-python@v4
id: setup-python
with: