Skip to content

Commit 17ceb48

Browse files
Update nick-fields/retry action to v4 (#2133)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e10712 commit 17ceb48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
COVERALLS_SERVICE_NAME: github
260260
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
261261
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
262-
uses: nick-fields/retry@v3
262+
uses: nick-fields/retry@v4
263263
with:
264264
timeout_seconds: 30
265265
max_attempts: 3
@@ -315,7 +315,7 @@ jobs:
315315
env:
316316
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
317317
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
318-
uses: nick-fields/retry@v3
318+
uses: nick-fields/retry@v4
319319
with:
320320
timeout_seconds: 30
321321
max_attempts: 3

0 commit comments

Comments
 (0)