Skip to content

Commit

Permalink
chore(deps): bump Wandalen/wretry.action from 3.5.0 to 3.7.0 (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
  • Loading branch information
dependabot[bot] and bsherman authored Nov 5, 2024
1 parent 90054b9 commit d8658c7
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 @@ -132,7 +132,7 @@ jobs:
- name: Get current version
id: labels
uses: Wandalen/wretry.action@v3.5.0
uses: Wandalen/wretry.action@v3.7.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand All @@ -153,7 +153,7 @@ jobs:
echo "SOURCE_IMAGE_VERSION=$ver" >> $GITHUB_ENV
- name: Pull Images
uses: Wandalen/wretry.action@v3.5.0
uses: Wandalen/wretry.action@v3.7.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
string: ${{ env.IMAGE_REGISTRY }}

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

0 comments on commit d8658c7

Please sign in to comment.