From 2dd6a7322635a48ff2da6336fe0eb31d2b2a3f8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:58:20 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3 --- .github/workflows/nodejs.yml | 2 +- .github/workflows/test-nightly.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9a022d6690c0..46d3368bc122 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -202,7 +202,7 @@ jobs: id: cpu-cores uses: SimenB/github-actions-cpu-cores@v2 - name: run tests with coverage - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/test-nightly.yml b/.github/workflows/test-nightly.yml index cc7b4786beb7..95dcc2432f45 100644 --- a/.github/workflows/test-nightly.yml +++ b/.github/workflows/test-nightly.yml @@ -33,7 +33,7 @@ jobs: id: cpu-cores uses: SimenB/github-actions-cpu-cores@v2 - name: run tests - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 @@ -65,7 +65,7 @@ jobs: id: cpu-cores uses: SimenB/github-actions-cpu-cores@v2 - name: run tests using jest-jasmine - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14f3620dafa8..fcebde2eb70c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: id: cpu-cores uses: SimenB/github-actions-cpu-cores@v2 - name: run tests - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 @@ -64,7 +64,7 @@ jobs: id: cpu-cores uses: SimenB/github-actions-cpu-cores@v2 - name: run tests using jest-jasmine - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3