Skip to content

Commit

Permalink
build(deps): bump Wandalen/wretry.action from 2.1.0 to 3.4.0 (#238)
Browse files Browse the repository at this point in the history
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](Wandalen/wretry.action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 3109c99 commit 14ebb31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 14ebb31

Please sign in to comment.