From ca4740a311a06f54bc30c634d03c1ec7a7a022a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:27:06 +0100 Subject: [PATCH] Bump nick-invision/retry from 2 to 3 (#558) Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2...v3) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/run-table-tests.yml | 6 +++--- .github/workflows/run-tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-table-tests.yml b/.github/workflows/run-table-tests.yml index b0e2b102..3b50f515 100644 --- a/.github/workflows/run-table-tests.yml +++ b/.github/workflows/run-table-tests.yml @@ -168,7 +168,7 @@ jobs: - name: Execute Dusk tests (only table tests - MySQL) if: ${{ matrix.db == 'mysql' }} - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 max_attempts: 3 @@ -179,7 +179,7 @@ jobs: - name: Execute Dusk tests (only table tests - PostgreSQL) if: ${{ matrix.db == 'postgres' }} - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 max_attempts: 3 @@ -190,7 +190,7 @@ jobs: - name: Execute Dusk tests (only table tests - SQLite) if: ${{ matrix.db == 'sqlite' }} - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 40b2ece7..aab6e8cb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -128,7 +128,7 @@ jobs: php artisan test - name: Execute Dusk tests (except table tests) - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 max_attempts: 3