From a9f443215711be640cad2493ee6f4e18708dc76b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 05:22:02 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v3 --- .github/actions/yarn_install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/yarn_install/action.yml b/.github/actions/yarn_install/action.yml index 4da1117..154fe75 100644 --- a/.github/actions/yarn_install/action.yml +++ b/.github/actions/yarn_install/action.yml @@ -19,7 +19,7 @@ runs: restore-keys: | ${{ runner.os }}-yarn- - name: Yarn Install - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 3 retry_wait_seconds: 30