From 697f3cb41c73ae77d4bd2eff79964c48b62c46d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:35:39 -0800 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.8.0 (#2095) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: