Skip to content

Commit

Permalink
Bump nick-invision/retry from 2.8.3 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v2.8.3...v2.9.0)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 46a214c commit 62a6343
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@v2.9.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@v2.9.0
with:
timeout_minutes: 3
max_attempts: 1
Expand Down

0 comments on commit 62a6343

Please sign in to comment.