File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9595 # Run tests with automatic retry on failures
9696 - name : Test with Retry Logic
9797 id : test
98- uses : nick-fields/retry@v3
98+ uses : nick-fields/retry@v4
9999 with :
100100 timeout_minutes : 5 # Maximum time for the tests to run
101101 max_attempts : 2 # Retry up to 2 times if tests fail
@@ -144,7 +144,7 @@ jobs:
144144 # Run pkg tests with automatic retry logic
145145 - name : Test with Retry Logic
146146 id : test
147- uses : nick-fields/retry@v3
147+ uses : nick-fields/retry@v4
148148 with :
149149 timeout_minutes : 5
150150 max_attempts : 2
@@ -261,7 +261,7 @@ jobs:
261261 # Test all submodules in parallel with retry logic
262262 - name : Test Submodules with Retry and Parallelism
263263 id : test_submodules
264- uses : nick-fields/retry@v3
264+ uses : nick-fields/retry@v4
265265 with :
266266 timeout_minutes : 5
267267 max_attempts : 2
You can’t perform that action at this time.
0 commit comments