From 3a41769b5430dcdf99545cf2d2ca26c1084f69e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:32:18 +0000 Subject: [PATCH] chore(deps): bump Wandalen/wretry.action from 2.1.0 to 3.4.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 2.1.0 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v2.1.0...v3.4.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 64f5fc0a..b6fc510a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -123,7 +123,7 @@ jobs: wc -c certs/private_key.priv - name: Pull build image - uses: Wandalen/wretry.action@v2.1.0 + uses: Wandalen/wretry.action@v3.4.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -233,7 +233,7 @@ jobs: - name: Push To GHCR - uses: Wandalen/wretry.action@v2.1.0 + uses: Wandalen/wretry.action@v3.4.0 id: push if: github.event_name != 'pull_request' env: