Skip to content

Commit

Permalink
chore(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 (#561)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent d3289e9 commit dfedf12
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 @@ -163,7 +163,7 @@ jobs:
- name: Get current version
id: labels
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3.4.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
- name: Pull base image
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3.4.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
string: ${{ env.IMAGE_REGISTRY }}

- name: Push To GHCR
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3.4.0
id: push
if: github.event_name != 'pull_request'
env:
Expand Down

0 comments on commit dfedf12

Please sign in to comment.