From 9583f053e2ec74a9d90549deb64e849f0647a23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:33:37 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.7.3 to 3.8.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.3 to 3.8.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179...e68c23e6309f2871ca8ae4763e7629b9c258e1ea) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bluefin-reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bluefin-reusable-build.yml b/.github/workflows/bluefin-reusable-build.yml index 628c3f2..8b50822 100644 --- a/.github/workflows/bluefin-reusable-build.yml +++ b/.github/workflows/bluefin-reusable-build.yml @@ -168,7 +168,7 @@ jobs: - name: Push to GHCR id: push if: github.event_name != 'pull_request' - uses: Wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 # v3.7.3 + uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 with: attempt_limit: 3 attempt_delay: 15000