From 30e64368b226df06a21e374821f4a50457be4967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:37:11 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.7.3 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3991934b..2989ff52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -315,13 +315,13 @@ jobs: L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/ L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors - - uses: Wandalen/wretry.action@v3.7.2 + - uses: Wandalen/wretry.action@v3.7.3 name: Run bats unit and integration tests in bidge network mode with: attempt_limit: 3 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' - - uses: Wandalen/wretry.action@v3.7.2 + - uses: Wandalen/wretry.action@v3.7.3 name: Run bats unit and integration tests in host network mode with: attempt_limit: 3 @@ -391,7 +391,7 @@ jobs: L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/ L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors - - uses: Wandalen/wretry.action@v3.7.2 + - uses: Wandalen/wretry.action@v3.7.3 name: Run bats unit and integration tests in host network mode with: attempt_limit: 3