From a4c03584305b78ce6f4362a6954320243f19f5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:03:07 +0000 Subject: [PATCH] chore(deps): bump nick-invision/retry from 3 to 4 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3 to 4. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](https://github.com/nick-invision/retry/compare/v3...v4) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b28fcfd..f6296a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: run: npm install --no-save react@${{ matrix.react-version }} react-dom@${{ matrix.react-version }} - name: Test - uses: nick-invision/retry@v3 # tests are somewhat flakey + uses: nick-invision/retry@v4 # tests are somewhat flakey env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_SERVICE_NAME: github