diff --git a/.github/workflows/ci_tests_full.yml b/.github/workflows/ci_tests_full.yml index 082a8c83be..00069eac66 100644 --- a/.github/workflows/ci_tests_full.yml +++ b/.github/workflows/ci_tests_full.yml @@ -78,7 +78,7 @@ jobs: python -m pip install .[test] - name: Unittests with tox & pytest - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 90 max_attempts: 3 diff --git a/.github/workflows/ci_tests_quick.yml b/.github/workflows/ci_tests_quick.yml index 883e1ba995..206c351fd5 100644 --- a/.github/workflows/ci_tests_quick.yml +++ b/.github/workflows/ci_tests_quick.yml @@ -77,7 +77,7 @@ jobs: python -m pip install .[test] - name: Unittests with tox & pytest - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 90 max_attempts: 3