chore(deps): update wandalen/wretry.action action to v3.8.0 (#2095)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-09 10:35:39 -08:00 committed by GitHub
parent b93f40da33
commit 697f3cb41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ jobs:
uses: ublue-os/remove-unwanted-software@v7 uses: ublue-os/remove-unwanted-software@v7
- name: Pull main, akmods, rechunk images - name: Pull main, akmods, rechunk images
uses: Wandalen/wretry.action@v3.7.3 uses: Wandalen/wretry.action@v3.8.0
with: with:
attempt_limit: 3 attempt_limit: 3
attempt_delay: 15000 attempt_delay: 15000
@ -205,7 +205,7 @@ jobs:
- name: Get source versions - name: Get source versions
id: labels id: labels
uses: Wandalen/wretry.action@v3.7.3 uses: Wandalen/wretry.action@v3.8.0
with: with:
attempt_limit: 3 attempt_limit: 3
attempt_delay: 15000 attempt_delay: 15000
@ -411,7 +411,7 @@ jobs:
# Push the image to GHCR (Image Registry) # Push the image to GHCR (Image Registry)
- name: Push To GHCR - name: Push To GHCR
uses: Wandalen/wretry.action@v3.7.3 uses: Wandalen/wretry.action@v3.8.0
id: push id: push
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with: