diff --git a/.github/workflows/cpython_linux.yml b/.github/workflows/cpython_linux.yml index 4275fa0134b..84b5aafbac2 100644 --- a/.github/workflows/cpython_linux.yml +++ b/.github/workflows/cpython_linux.yml @@ -57,7 +57,7 @@ jobs: python -c "import pyaedt; print('Imported pyaedt')" - name: 'Unit testing' - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: max_attempts: 3 retry_on: error @@ -71,7 +71,7 @@ jobs: - name: 'Unit testing Solvers' continue-on-error: true - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: max_attempts: 3 retry_on: error diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index cdefc1e64d6..b9cc7b5ee8d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -66,7 +66,7 @@ jobs: # uses: pyansys/pydpf-actions/check-licenses@v2.0 - name: 'Unit testing' - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: max_attempts: 3 retry_on: error @@ -129,7 +129,7 @@ jobs: # uses: pyansys/pydpf-actions/check-licenses@v2.0 - name: 'Unit testing' - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: max_attempts: 3 retry_on: error