Skip to content

Commit

Permalink
chore(deps): update wandalen/wretry.action action to v3.8.0 (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 637832a commit d92d6bb
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 @@ -150,7 +150,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
Expand All @@ -171,7 +171,7 @@ jobs:
echo "SOURCE_IMAGE_VERSION=$ver" >> $GITHUB_ENV
- name: Pull Images
uses: Wandalen/wretry.action@v3.7.3
uses: Wandalen/wretry.action@v3.8.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
string: ${{ env.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:
Expand Down

0 comments on commit d92d6bb

Please sign in to comment.