From 05a4492d39f90150c5a34eeb90b8216db7e230c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:18:42 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v3 --- .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 90376e2..40fa271 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@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 4 max_attempts: 2