Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 5c0ae8c commit e92608e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ jobs:
run: Xvfb $DISPLAY &
- name: Run tests on Linux
if: matrix.os == 'ubuntu-latest'
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
timeout_minutes: 30
max_attempts: 3
command: mvn -B test -Dtest=!Record*
- name: Run tests on Mac
if: matrix.os == 'macos-latest'
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
timeout_minutes: 30
max_attempts: 3
command: mvn -B test -Dtest=!Docker*,!Record*
- name: Run tests on Windows
if: matrix.os == 'windows-latest'
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
timeout_minutes: 30
max_attempts: 3
Expand Down

0 comments on commit e92608e

Please sign in to comment.