Skip to content

Commit 01a7e62

Browse files
authored
Merge pull request #3191 from gofr-dev/dependabot/github_actions/nick-fields/retry-4
2 parents ccfd5c7 + a82c3a6 commit 01a7e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)