Skip to content

Commit

Permalink
Merge pull request #10 from ublue-os/renovate/wandalen-wretry.action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update wandalen/wretry.action action to v3.8.0
  • Loading branch information
castrojo authored Jan 20, 2025
2 parents b45214e + dc6c1dc commit 3d25892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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 Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Pull base image
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 @@ -182,7 +182,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 3d25892

Please sign in to comment.