From 4e25a79e9725094340f71073eb5395f93ebb9fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:53:11 +0000 Subject: [PATCH] Bump nick-fields/retry from 3.0.2 to 4.0.0 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](https://github.com/nick-fields/retry/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-examples.yml b/.github/workflows/dotnet-examples.yml index 25baba0069d..f70ca0a402b 100644 --- a/.github/workflows/dotnet-examples.yml +++ b/.github/workflows/dotnet-examples.yml @@ -85,7 +85,7 @@ jobs: distribution: 'temurin' java-version: 11 - name: Run tests - uses: nick-fields/retry@v3.0.2 + uses: nick-fields/retry@v4.0.0 with: timeout_minutes: 40 max_attempts: 2