From c8b5e4387494964be6f2f8e21fb0c522da4777e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:34:57 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v3 --- .github/workflows/ChatRegulatorBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ChatRegulatorBuild.yml b/.github/workflows/ChatRegulatorBuild.yml index b84ab26..7b760e6 100644 --- a/.github/workflows/ChatRegulatorBuild.yml +++ b/.github/workflows/ChatRegulatorBuild.yml @@ -22,7 +22,7 @@ jobs: cache: 'gradle' - name: Build with Gradlev2.4.1 - uses: nick-invision/retry@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 4 max_attempts: 2