diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cec612ea1f..29e695b521 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,7 +189,7 @@ jobs: uses: ublue-os/remove-unwanted-software@v7 - name: Pull main, akmods, rechunk images - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -205,7 +205,7 @@ jobs: - name: Get source versions id: labels - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -411,7 +411,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 id: push if: github.event_name != 'pull_request' with: