From f9a6bee5c39363ee37a0b8eb8ac0b146a8b2d323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:03:50 +0000 Subject: [PATCH 1/2] Update nick-fields/retry action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1704e861dc..edb2fa8d53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: uses: browser-actions/setup-chrome@latest - name: Test - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 5 timeout_minutes: 90 From 6aa4813ebb7082751423404e8c2f0035836ced18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Quenaudon?= Date: Wed, 22 Apr 2026 11:30:11 +0100 Subject: [PATCH 2/2] Sha for plugin version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edb2fa8d53..d153de1c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: uses: browser-actions/setup-chrome@latest - name: Test - uses: nick-fields/retry@v4 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 with: max_attempts: 5 timeout_minutes: 90