From 80d7707d712b2e01567c3fde04f16947bcd528bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:54:56 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.7.2 --- .github/workflows/reusable-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 8232d7dcc90..69fd9a6860e 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -84,7 +84,7 @@ jobs: - name: Get Current Fedora Version id: labels - uses: Wandalen/wretry.action@ce976ac9e7829ca3ea99b08c4511077d2677a653 # v3.7.1 + uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # v3.7.2 with: attempt_limit: 3 attempt_delay: 15000 @@ -248,7 +248,7 @@ jobs: remove-codeql: true - name: Pull images - uses: Wandalen/wretry.action@ce976ac9e7829ca3ea99b08c4511077d2677a653 # v3.7.1 + uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # v3.7.2 with: attempt_limit: 3 attempt_delay: 15000 @@ -369,7 +369,7 @@ jobs: - name: Push to GHCR id: push if: github.event_name != 'pull_request' - uses: Wandalen/wretry.action@ce976ac9e7829ca3ea99b08c4511077d2677a653 # v3.7.1 + uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # v3.7.2 with: attempt_limit: 3 attempt_delay: 15000