From 3937ad9dd1c4d69abcd3f467a868b9e2df996555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:06:55 +0000 Subject: [PATCH] build(deps): bump Wandalen/wretry.action from 3.7.3 to 3.8.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.3 to 3.8.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.7.3...v3.8.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2989ff52..3c574a02 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.3 + - uses: Wandalen/wretry.action@v3.8.0 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.3 + - uses: Wandalen/wretry.action@v3.8.0 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.3 + - uses: Wandalen/wretry.action@v3.8.0 name: Run bats unit and integration tests in host network mode with: attempt_limit: 3