From 23b94ffeab7f881a318e9d7d90e0a384ddce916d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 04:52:27 +0000 Subject: [PATCH] Update nick-fields/retry action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 037616ab..aefcdd54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -259,7 +259,7 @@ jobs: COVERALLS_SERVICE_NAME: github COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}" COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}" - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_seconds: 30 max_attempts: 3 @@ -315,7 +315,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}" - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_seconds: 30 max_attempts: 3