From bdc6f5e17086e7a2f7d21d983ed905f2c8125dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:53:59 +0000 Subject: [PATCH] build(deps): bump nick-fields/retry from 3 to 4 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3 to 4. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](https://github.com/nick-fields/retry/compare/v3...v4) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d567f48e7..9fa742044 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -158,7 +158,7 @@ jobs: - name: Build all # We use retries as the build fetches network resources and those may flake - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 90 max_attempts: 3