diff --git a/.github/workflows/check-mkl-interfaces.yaml b/.github/workflows/check-mkl-interfaces.yaml index b16179f9a26c..bfbfa38cc887 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 f79918ddf9e5..14cf5e23599c 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 010fd04ee0c5..87145d1c1f06 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 b7d3a4eff6f3..98402bd1e156 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