From 8ca3db1b418bfb13fa27486483ad859d7b7391ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:53:43 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3 --- .github/actions/setup-godot/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-godot/action.yml b/.github/actions/setup-godot/action.yml index 86e97f1..2917389 100644 --- a/.github/actions/setup-godot/action.yml +++ b/.github/actions/setup-godot/action.yml @@ -18,7 +18,7 @@ runs: - name: Check that X11 server is running if: ${{ runner.os == 'Linux' }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 5 @@ -28,7 +28,7 @@ runs: - name: Starting dummy sound device if: ${{ runner.os == 'Linux' }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 3