From fd5af188c01b3bef2f647756770d86bc39ab6ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:49:34 +0000 Subject: [PATCH] Bump nick-fields/retry from 3.0.0 to 3.0.1 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [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/7152eba30c6575329ac0576536151aca5a72780e...c97818ca39074beaea45180dba704f92496a0082) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-mkl-interfaces.yaml | 4 ++-- .github/workflows/conda-package.yml | 4 ++-- .github/workflows/cron-run-tests.yaml | 4 ++-- .github/workflows/generate_coverage.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-mkl-interfaces.yaml b/.github/workflows/check-mkl-interfaces.yaml index 7997a61a081d..129f64273d59 100644 --- a/.github/workflows/check-mkl-interfaces.yaml +++ b/.github/workflows/check-mkl-interfaces.yaml @@ -131,7 +131,7 @@ jobs: - name: ReRun tests on Linux if: env.rerun-tests-on-failure == 'true' id: run_tests - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} @@ -236,7 +236,7 @@ jobs: - name: ReRun tests on Linux if: env.rerun-tests-on-failure == 'true' id: run_tests - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index a21185ddb166..42967f784133 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -228,7 +228,7 @@ jobs: - name: Run tests if: env.rerun-tests-on-failure == 'true' id: run_tests_linux - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} @@ -394,7 +394,7 @@ jobs: - name: Run tests if: env.rerun-tests-on-failure == 'true' id: run_tests_win - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} diff --git a/.github/workflows/cron-run-tests.yaml b/.github/workflows/cron-run-tests.yaml index 83a1d9befaaa..010fd04ee0c5 100644 --- a/.github/workflows/cron-run-tests.yaml +++ b/.github/workflows/cron-run-tests.yaml @@ -127,7 +127,7 @@ jobs: - name: ReRun tests on Linux if: steps.run_tests.outcome == 'failure' && matrix.runner != 'windows-2019' id: run_tests_linux - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} @@ -144,7 +144,7 @@ jobs: - name: ReRun tests on Windows if: steps.run_tests.outcome == 'failure' && matrix.runner == 'windows-2019' id: run_tests_win - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: ${{ env.rerun-tests-timeout }} max_attempts: ${{ env.rerun-tests-max-attempts }} diff --git a/.github/workflows/generate_coverage.yaml b/.github/workflows/generate_coverage.yaml index 9a27e505e81d..b7d3a4eff6f3 100644 --- a/.github/workflows/generate_coverage.yaml +++ b/.github/workflows/generate_coverage.yaml @@ -101,7 +101,7 @@ jobs: - name: Build dpnp with coverage id: build_coverage - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: shell: bash timeout_minutes: 60