From 14ebb31dd3db7d26435a306724ebac1eca80ad2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:23:40 -0500 Subject: [PATCH] build(deps): bump Wandalen/wretry.action from 2.1.0 to 3.4.0 (#238) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 bdb86bd6..50489269 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -174,7 +174,7 @@ jobs: registry: ${{ env.IMAGE_REGISTRY }} - name: Pull main and akmods-nvidia images - uses: Wandalen/wretry.action@v2.1.0 + uses: Wandalen/wretry.action@v3.4.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -186,7 +186,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v2.1.0 + uses: Wandalen/wretry.action@v3.4.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -254,7 +254,7 @@ jobs: # Push the image to GHCR (Image Registry) - 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: