From 7a414606fa3400bd17a688ae7bb612df822516e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:23:19 +0000 Subject: [PATCH] Bump nick-fields/retry from 3.0.1 to 3.0.2 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 to 3.0.2. - [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/c97818ca39074beaea45180dba704f92496a0082...ce71cc2ab81d554ebbe88c79ab5975992d79ba08) --- 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 d5630f0bdd1..6c68612cf55 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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 9ef47c88561..026f51dc65b 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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 010fd04ee0c..87145d1c1f0 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 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 b7d3a4eff6f..98402bd1e15 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@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 with: shell: bash timeout_minutes: 60