From 91ad0c9ea34b4af2552b3888c6349b010c5a7786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:13:49 -0500 Subject: [PATCH] chore(deps): bump Wandalen/wretry.action from 1.4.10 to 2.1.0 (#151) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Sherman --- .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 9d5f6e4f..27e113c2 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -127,7 +127,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v1.4.10 + uses: Wandalen/wretry.action@v2.1.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -163,7 +163,7 @@ jobs: io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/1728152?s=200&v=4 - name: Pull build image - uses: Wandalen/wretry.action@v1.4.10 + uses: Wandalen/wretry.action@v2.1.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -202,7 +202,7 @@ jobs: - name: Push To GHCR - uses: Wandalen/wretry.action@v1.4.10 + uses: Wandalen/wretry.action@v2.1.0 id: push if: github.event_name != 'pull_request' env: