diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0f7fe4..8f92f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: fetch-tags: true fetch-depth: 0 - name: build - uses: Wandalen/wretry.action@v3.5.0 # using wretry.action, to mitigate sporadic maven repo connection failures + uses: Wandalen/wretry.action@v3.7.0 # using wretry.action, to mitigate sporadic maven repo connection failures with: attempt_limit: 3 attempt_delay: 10000