From bd7017ad8d304f1ae45a808ce5a7698c47e2a0d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:49:36 +0000 Subject: [PATCH] Update nick-fields/retry action to v4 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2ec396a3..3f551156 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: run: deno task fmt:check - name: Run deno tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: command: deno task test:lib max_attempts: 2 @@ -41,7 +41,7 @@ jobs: deno-version: v2.x - name: Run deno tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: command: deno task test:cmd max_attempts: 2