Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 7c4bf27

Browse files
chore(deps): update wandalen/wretry.action action to v3.8.0 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 366ba20 commit 7c4bf27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858

5959
- name: Pull Image
60-
uses: Wandalen/wretry.action@v3.7.3
60+
uses: Wandalen/wretry.action@v3.8.0
6161
with:
6262
attempt_limit: 3
6363
attempt_delay: 15000
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Get Kernel Version
7070
id: Version
71-
uses: Wandalen/wretry.action@v3.7.3
71+
uses: Wandalen/wretry.action@v3.8.0
7272
with:
7373
attempt_limit: 3
7474
attempt_delay: 15000
@@ -311,7 +311,7 @@ jobs:
311311
string: ${{ env.IMAGE_REGISTRY }}
312312

313313
- name: Push to GHCR
314-
uses: Wandalen/wretry.action@v3.7.3
314+
uses: Wandalen/wretry.action@v3.8.0
315315
id: push
316316
if: github.event_name != 'pull_request'
317317
env:

0 commit comments

Comments
 (0)