Skip to content

Commit

Permalink
Merge pull request #98 from ultralytics/master
Browse files Browse the repository at this point in the history
Bump nick-invision/retry from 2 to 3 in /.github/workflows (ultralytics#12707)
  • Loading branch information
NagatoYuki0943 committed Feb 18, 2024
2 parents 13b0603 + 95ebf68 commit f08b3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo mv lychee /usr/local/bin
- name: Test Markdown and HTML links with retry
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
retry_wait_seconds: 60
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Test Markdown, HTML, YAML, Python and Notebook links with retry
if: github.event_name == 'workflow_dispatch'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
retry_wait_seconds: 60
Expand Down

0 comments on commit f08b3f8

Please sign in to comment.