diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index ef59ddaa..0e6c42d5 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -16,9 +16,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Create build environment # Some projects don't allow in-source building, so create a separate build directory @@ -68,9 +69,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Create build environment # Some projects don't allow in-source building, so create a separate build directory