diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f486e6b17b..f5ed2f7cfff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,7 @@ jobs: - name: Checkout current branch uses: actions/checkout@v4.1.1 with: - fetch-depth: 1000 - fetch-tags: true + fetch-depth: 0 - name: Setup Java uses: actions/setup-java@v4.2.1 with: @@ -80,8 +79,7 @@ jobs: - name: Checkout Current Branch uses: actions/checkout@v4.1.1 with: - fetch-depth: 1000 - fetch-tags: true + fetch-depth: 0 - name: Setup Scala and Java uses: actions/setup-java@v4.2.1 with: @@ -251,8 +249,7 @@ jobs: - name: Checkout current branch uses: actions/checkout@v4.1.1 with: - fetch-depth: 1000 - fetch-tags: true + fetch-depth: 0 - name: Setup Java uses: actions/setup-java@v4.2.1 with: @@ -276,8 +273,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 with: - fetch-depth: 1000 - fetch-tags: true + fetch-depth: 0 - uses: actions/download-artifact@v3 with: name: website-artifact