We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a4763 commit 91ade55Copy full SHA for 91ade55
1 file changed
.github/workflows/test.yml
@@ -252,7 +252,7 @@ jobs:
252
COVERALLS_SERVICE_NAME: github
253
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
254
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
255
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
256
with:
257
timeout_seconds: 30
258
max_attempts: 3
@@ -309,7 +309,7 @@ jobs:
309
env:
310
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
311
312
313
314
315
0 commit comments