From d9a3719fee177fd6d297c8896a394400b5bcdb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:12:30 +0000 Subject: [PATCH] chore(deps): bump nick-invision/retry from 3.0.2 to 4.0.0 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](https://github.com/nick-invision/retry/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/composer.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composer.test.yml b/.github/workflows/composer.test.yml index a2b7617c..62c85c7b 100644 --- a/.github/workflows/composer.test.yml +++ b/.github/workflows/composer.test.yml @@ -35,7 +35,7 @@ jobs: run: docker compose -f docker-compose.yml -f docker-compose.integration.yml up -d - name: Setup - Keep trying to install the DBs (try for 30 seconds) - uses: nick-invision/retry@v3.0.2 + uses: nick-invision/retry@v4.0.0 with: max_attempts: 30 retry_wait_seconds: 1