Skip to content

Commit

Permalink
Merge branch 'main' into ci_matrix_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Feb 8, 2024
2 parents f175dda + 77a7400 commit caf88cf
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 @@ -46,7 +46,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 caf88cf

Please sign in to comment.