From b0eb43e63489b13cba567a32f63f90795c0fe3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:32:57 +0000 Subject: [PATCH] chore(deps): bump Wandalen/wretry.action from 3.7.2 to 3.7.3 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 8d5be82..0ac8fea 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -132,7 +132,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -153,7 +153,7 @@ jobs: echo "SOURCE_IMAGE_VERSION=$ver" >> $GITHUB_ENV - name: Pull Images - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -227,7 +227,7 @@ jobs: string: ${{ env.IMAGE_REGISTRY }} - name: Push To GHCR - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 id: push if: github.event_name != 'pull_request' env: