diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 2c20066..b58e3dd 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -112,7 +112,7 @@ jobs: uses: ublue-os/remove-unwanted-software@v7 - name: Pull Images - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 id: pull with: attempt_limit: 3 @@ -160,7 +160,7 @@ jobs: - name: Push to GHCR id: push if: github.event_name != 'pull_request' - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000