From d51aafd49acc7e8c7d1f209f97fbaf3f38f513e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:47:16 +0000 Subject: [PATCH] build(deps): 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/v3.7.3...v3.8.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... 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 88b24a4..afcf929 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -169,7 +169,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -191,7 +191,7 @@ jobs: echo "KERNEL_VERSION=$linux" >> $GITHUB_ENV - name: Pull main and akmods-nvidia images - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -267,7 +267,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v3.7.3 + uses: Wandalen/wretry.action@v3.8.0 id: push if: github.event_name != 'pull_request' env: