From 7749fa36ef7678a61afb2d1aefb6f9049c6121bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 04:57:41 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v4 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 54861a3..bb59fc8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -24,7 +24,7 @@ jobs: cache: 'gradle' - name: Build with Gradle - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 5 max_attempts: 2