Skip to content

Commit

Permalink
Bump nick-invision/retry from 2.8.3 to 3.0.0 (#1365)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 490841f commit ef2f2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
pip install ".[test]"
- name: Build and install Jupyter Enterprise Gateway
uses: nick-invision/retry@v2.8.3
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 10
max_attempts: 2
Expand All @@ -43,7 +43,7 @@ jobs:
run: |
pip freeze
- name: Run unit tests
uses: nick-invision/retry@v2.8.3
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 3
max_attempts: 1
Expand Down

0 comments on commit ef2f2c6

Please sign in to comment.