Skip to content

Commit 9cbed98

Browse files
chore(deps): update wandalen/wretry.action action to v3.8.0
1 parent 3f95d90 commit 9cbed98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,13 @@ jobs:
315315
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
316316
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
317317
318-
- uses: Wandalen/wretry.action@v3.7.3
318+
- uses: Wandalen/wretry.action@v3.8.0
319319
name: Run bats unit and integration tests in bidge network mode
320320
with:
321321
attempt_limit: 3
322322
command: timeout 9m docker run --rm -e GITHUB_RUN_ID=$GITHUB_RUN_ID -v "${PWD}/src/tests/bats:/code" bats-withfhem:latest -T -t . --filter-tags '!hostMode,!extendedOnly'
323323

324-
- uses: Wandalen/wretry.action@v3.7.3
324+
- uses: Wandalen/wretry.action@v3.8.0
325325
name: Run bats unit and integration tests in host network mode
326326
with:
327327
attempt_limit: 3
@@ -391,7 +391,7 @@ jobs:
391391
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
392392
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
393393
394-
- uses: Wandalen/wretry.action@v3.7.3
394+
- uses: Wandalen/wretry.action@v3.8.0
395395
name: Run bats unit and integration tests in host network mode
396396
with:
397397
attempt_limit: 3

0 commit comments

Comments
 (0)