Skip to content

Commit

Permalink
chore(deps): bump nick-invision/retry from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3.
- [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...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 35aecf5 commit dc2b294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:

- name: Run tests
if: matrix.node != '16' || matrix.os != 'ubuntu-latest'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 20
max_attempts: 3
command: npm run test

- name: Run coverage
if: matrix.node == '16' && matrix.os == 'ubuntu-latest'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 20
max_attempts: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:

- name: Run tests
if: matrix.node != '16' || matrix.os != 'ubuntu-latest'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 20
max_attempts: 3
command: npm run test

- name: Run coverage
if: matrix.node == '16' && matrix.os == 'ubuntu-latest'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 20
max_attempts: 3
Expand Down

0 comments on commit dc2b294

Please sign in to comment.