From 6cbbcba60572ded2938758b9b1f60ead8f1d889d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 03:13:49 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.7.3 --- .github/workflows/reusable-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build.yaml b/.github/workflows/reusable-build.yaml index c8f3d84..931db82 100644 --- a/.github/workflows/reusable-build.yaml +++ b/.github/workflows/reusable-build.yaml @@ -113,7 +113,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -144,7 +144,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Pull base image - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -182,7 +182,7 @@ jobs: string: ${{ env.IMAGE_REGISTRY }} - name: Push To GHCR - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.3 id: push if: github.event_name != 'pull_request' env: