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