We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e10712 commit 17ceb48Copy full SHA for 17ceb48
1 file changed
.github/workflows/test.yml
@@ -259,7 +259,7 @@ jobs:
259
COVERALLS_SERVICE_NAME: github
260
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
261
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
262
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
263
with:
264
timeout_seconds: 30
265
max_attempts: 3
@@ -315,7 +315,7 @@ jobs:
315
env:
316
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
317
318
319
320
321
0 commit comments