From 9ce8d4f64639dc3c7a7b1d23c30a20b6b3421f55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:01:33 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3.0.1 --- .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