Bump nick-invision/retry from 2 to 3 in /.github/workflows (#8023)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c26e497eec
commit
c567af3155
2 changed files with 3 additions and 3 deletions
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
|
|
@ -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
|
||||
|
|
@ -57,7 +57,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue