From 657668ec23fd4717e5075b081c99bfa4f25a38ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:45:45 +0100 Subject: [PATCH] MAINT: Bump nick-fields/retry from 2 to 3 (#4164) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2...v3) --- updated-dependencies: - dependency-name: nick-fields/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/cpython_linux.yml | 4 ++-- .github/workflows/unit_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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