File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments