From 49372531857e069e7fa78fb18cb404741a7fede5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 04:40:08 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 726f8be..ca5e601 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: cache: 'gradle' - name: Build with Gradle v2.4.1 - uses: nick-invision/retry@v3.0.2 + uses: nick-invision/retry@v4.0.0 with: timeout_minutes: 4 max_attempts: 2