Skip to content

Commit 96e723d

Browse files
Bump nick-fields/retry from 3.0.1 to 3.0.2 (#2355)
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 to 3.0.2.
1 parent 51c321c commit 96e723d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: ReRun tests on Linux
132132
if: env.rerun-tests-on-failure == 'true'
133133
id: run_tests
134-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
134+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
135135
with:
136136
timeout_minutes: ${{ env.rerun-tests-timeout }}
137137
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -236,7 +236,7 @@ jobs:
236236
- name: ReRun tests on Linux
237237
if: env.rerun-tests-on-failure == 'true'
238238
id: run_tests
239-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
239+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
240240
with:
241241
timeout_minutes: ${{ env.rerun-tests-timeout }}
242242
max_attempts: ${{ env.rerun-tests-max-attempts }}

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Run tests
229229
if: env.rerun-tests-on-failure == 'true'
230230
id: run_tests_linux
231-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
231+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
232232
with:
233233
timeout_minutes: ${{ env.rerun-tests-timeout }}
234234
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -394,7 +394,7 @@ jobs:
394394
- name: Run tests
395395
if: env.rerun-tests-on-failure == 'true'
396396
id: run_tests_win
397-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
397+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
398398
with:
399399
timeout_minutes: ${{ env.rerun-tests-timeout }}
400400
max_attempts: ${{ env.rerun-tests-max-attempts }}

.github/workflows/cron-run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: ReRun tests on Linux
128128
if: steps.run_tests.outcome == 'failure' && matrix.runner != 'windows-2019'
129129
id: run_tests_linux
130-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
130+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
131131
with:
132132
timeout_minutes: ${{ env.rerun-tests-timeout }}
133133
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -144,7 +144,7 @@ jobs:
144144
- name: ReRun tests on Windows
145145
if: steps.run_tests.outcome == 'failure' && matrix.runner == 'windows-2019'
146146
id: run_tests_win
147-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
147+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
148148
with:
149149
timeout_minutes: ${{ env.rerun-tests-timeout }}
150150
max_attempts: ${{ env.rerun-tests-max-attempts }}

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Build dpnp with coverage
103103
id: build_coverage
104-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
104+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
105105
with:
106106
shell: bash
107107
timeout_minutes: 60

0 commit comments

Comments
 (0)