From ec32680c114d9fa14d6f4d655aa84eff67451a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:19:59 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.7.2 --- .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 d2b889f5..55d51a35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -302,13 +302,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.0 + - uses: Wandalen/wretry.action@v3.7.2 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.0 + - uses: Wandalen/wretry.action@v3.7.2 name: Run bats unit and integration tests in host network mode with: attempt_limit: 3 @@ -378,7 +378,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.0 + - uses: Wandalen/wretry.action@v3.7.2 name: Run bats unit and integration tests in host network mode with: attempt_limit: 3