From db4b770c46af722d2786d4adb3b898abe6ce8c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:22:17 +0000 Subject: [PATCH] Bump nick-fields/retry from 3.0.0 to 3.0.1 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... 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 2b79b75cd9e3..5e81168d8a5b 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.0 + uses: nick-fields/retry@v3.0.1 with: timeout_minutes: 20 max_attempts: 3